Navigation
Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations > FMathStructCustomization
References
Module | DetailCustomizations |
Header | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h |
Include | #include "Customizations/MathStructCustomizations.h" |
Source | /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp |
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > MakeChildWidget ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IPropertyHandle](API\Editor\PropertyEditor\IPropertyHandle) > & StructurePropertyHandle, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IPropertyHandle](API\Editor\PropertyEditor\IPropertyHandle) > & PropertyHandle )
Remarks
Constructs a widget for the property handle
Parameters
Name | Description |
---|---|
StructurePropertyHandle | handle of the struct property |
PropertyHandle | Child handle of the struct property |