Navigation
API > API/Editor > API/Editor/SkeletonEditor
| Name | EBlendProfilePickerMode |
| Type | enum |
| Header File | /Engine/Source/Editor/SkeletonEditor/Public/BlendProfilePicker.h |
| Include Path | #include "BlendProfilePicker.h" |
Syntax
enum EBlendProfilePickerMode
{
BlendProfile = (1U << 0),
BlendMask = (1U << 1),
AllModes = BlendProfile | BlendMask,
}
Values
| Name | Remarks |
|---|---|
| BlendProfile | |
| BlendMask | |
| AllModes |