Navigation
API > API/Plugins > API/Plugins/MassMovementEditor
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FMassMovementStyleRefDetails
References
| Module | MassMovementEditor |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassMovementEditor/Public/MassMovementStyleRefDetails.h |
| Include | #include "MassMovementStyleRefDetails.h" |
Syntax
class FMassMovementStyleRefDetails : public IPropertyTypeCustomization
Remarks
Type customization for FMassMovementStyleRef.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Makes a new instance of this detail layout class for a specific detail view requesting it |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< IPropertyHandle > PropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
IPropertyTypeCustomization interface |