Navigation
API > API/Plugins > API/Plugins/AnimationSharingEd
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FAnimationSetupCustomization
References
| Module | AnimationSharingEd |
| Header | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Public/SetupDetailsViewCustomizations.h |
| Include | #include "SetupDetailsViewCustomizations.h" |
Syntax
class FAnimationSetupCustomization : public IPropertyTypeCustomization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPropertyHandle > | AnimSequencePropertyHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetAnimationName
(
TSharedPtr< IPropertyHandle > PropertyHandle |
End IPropertyTypeCustomization interface | |
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
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 > PropertyHandle, |
Begin IPropertyTypeCustomization interface |