Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/IBlendProfilePickerExtender
| Name | FPickerWidgetArgs |
| Type | struct |
| Header File | /Engine/Source/Editor/Persona/Public/IBlendProfilePickerExtender.h |
| Include Path | #include "IBlendProfilePickerExtender.h" |
Syntax
struct FPickerWidgetArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPickerWidgetArgs() |
IBlendProfilePickerExtender.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnBlendProfileProviderChanged | TBaseDelegate_TwoParams< void, TObjectPtr< UObject >, IBlendProfileProviderInterface * > | IBlendProfilePickerExtender.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InitialSelection | TObjectPtr< UObject > | The initially selected provider object. | IBlendProfilePickerExtender.h | |
| OnProviderChanged | FOnBlendProfileProviderChanged | Should be fired when the blend profile provider object has changed. | IBlendProfilePickerExtender.h | |
| Outer | TObjectPtr< UObject > | The outer to use for constructing new provider objects. | IBlendProfilePickerExtender.h | |
| Skeleton | TObjectPtr< USkeleton > | Optional skeleton to restrict shown blend profiles relating to a particular skeleton. | IBlendProfilePickerExtender.h | |
| SupportedBlendProfileModes | EBlendProfilePickerMode | Restrict which types of blend profiles are displayed in the picker. | IBlendProfilePickerExtender.h |