Navigation
API > API/Plugins > API/Plugins/AnimationSharingEd
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FAnimationStateEntryCustomization
References
| Module | AnimationSharingEd |
| Header | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Public/SetupDetailsViewCustomizations.h |
| Include | #include "SetupDetailsViewCustomizations.h" |
Syntax
class FAnimationStateEntryCustomization : public IPropertyTypeCustomization
Variables
| Type | Name | Description | |
|---|---|---|---|
| UEnum * | CachedComboBoxEnumClass | ||
| TArray< TSharedPtr< FString > > | ComboBoxItems | ||
| TSharedPtr< IPropertyHandle > | ProcessorPropertyHandle | ||
| TSharedPtr< IPropertyHandle > | StatePropertyHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDetailWidgetRow & | CreateEnumSelectionWidget
(
TSharedRef< IPropertyHandle > ChildHandle, |
||
| void | |||
| const TArray< TSharedPtr< FString > > | |||
| const TSharedPtr< FString > | GetSelectedEnum
(
TSharedPtr< IPropertyHandle > PropertyHandle |
||
| FText | GetStateName
(
TSharedPtr< IPropertyHandle > PropertyHandle |
End IPropertyTypeCustomization interface | |
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
||
| void | SelectedEnumChanged
(
TSharedPtr< FString > Selection, |
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 |