Module |
|
Header |
/Engine/Source/Editor/SkeletonEditor/Public/BlendProfilePicker.h |
Include |
#include "BlendProfilePicker.h" |
struct FBlendProfilePickerArgs
Argument used to set up the blend profile picker
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 |
|
OnBlendProfileSelected |
Delegate to call when the picker selection is changed |
|
|
TSharedPtr< cla... |
PropertyHandle |
Optional property handle, when the picker is tied to a property |
|
SupportedBlendProfileModes |
Only display Blend Profiles w/ specified Blend Profile modes (EBlendProfilePickerMode values are flags.) |
Name | Description | |
---|---|---|
|
FBlendProfilePickerArgs() |