Navigation
API > API/Plugins > API/Plugins/AnimationSharingEd
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FPerSkeletonAnimationSharingSetupCustomization
References
| Module | AnimationSharingEd |
| Header | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Public/SetupDetailsViewCustomizations.h |
| Include | #include "SetupDetailsViewCustomizations.h" |
Syntax
class FPerSkeletonAnimationSharingSetupCustomization : public IPropertyTypeCustomization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPropertyHandle > | SkeletonPropertyHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | 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 |