Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FPoseSearchDatabaseSequenceCustomization
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Experimental/Animation/PoseSearch/Source/Editor/Public/PoseSearchCustomization.h |
| Include | #include "PoseSearchCustomization.h" |
Syntax
class FPoseSearchDatabaseSequenceCustomization : public IPropertyTypeCustomization
Remarks
Customizes FPoseSearchDatabaseSequence to show the name of the sequence and the groups in the header
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< class IPropertyHandle > PropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< class IPropertyHandle > InStructPropertyHandle, |
FPoseSearchDatabaseSequenceCustomization. |