Navigation
API > API/Editor > API/Editor/Persona
| Name | IBlendProfilePickerExtender |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/IBlendProfilePickerExtender.h |
| Include Path | #include "IBlendProfilePickerExtender.h" |
Syntax
class IBlendProfilePickerExtender
Structs
| Name | Remarks |
|---|---|
| FPickerWidgetArgs |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > ConstructPickerWidget
(
const FPickerWidgetArgs& InWidgetArgs |
Construct the picker widget for choosing blend profiles of this type. | IBlendProfilePickerExtender.h | |
FText GetDisplayName() |
Text to display in the details panel when choosing blend profiles of this type. | IBlendProfilePickerExtender.h | |
FName GetId() |
Returns an identifier to match extender instances. | IBlendProfilePickerExtender.h | |
bool OwnsBlendProfileProvider
(
const TObjectPtr< const UObject > InProviderObject |
Return true if the provided object is the matching type for this extender. | IBlendProfilePickerExtender.h |