Navigation
API > API/Editor > API/Editor/SkeletonEditor
References
| Module | SkeletonEditor |
| Header | /Engine/Source/Editor/SkeletonEditor/Public/BlendProfilePicker.h |
| Include | #include "BlendProfilePicker.h" |
Syntax
struct FBlendProfilePickerArgs
Remarks
Argument used to set up the blend profile picker
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowClear | Allow the option to clear the profile selection | |
| bool | bAllowModify | Allow the option to delete blend profiles from the skeleton | |
| bool | bAllowNew | Allow the option to create new profiles in the picker | |
| UBlendProfile * | InitialProfile | Initial blend profile selected | |
| FOnBlendProfileSelected | OnBlendProfileSelected | Delegate to call when the picker selection is changed | |
| TSharedPtr< class IPropertyHandle > | PropertyHandle | Optional property handle, when the picker is tied to a property | |
| EBlendProfilePickerMode | SupportedBlendProfileModes | Only display Blend Profiles w/ specified Blend Profile modes (EBlendProfilePickerMode values are flags.) |
Constructors
| Type | Name | Description | |
|---|---|---|---|