Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/FPersonaModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateBlendSpacePreviewWidget
(
const FBlendSpacePreviewArgs& InArgs |
Create a widget to preview a blendspace | PersonaModule.h | |
virtual TSharedRef< SWidget > CreateBlendSpacePreviewWidget
(
TAttribute< const UBlendSpace* > InBlendSpace, |
Deprecated | PersonaModule.h |
CreateBlendSpacePreviewWidget(const FBlendSpacePreviewArgs &)
Description
Create a widget to preview a blendspace
| Name | CreateBlendSpacePreviewWidget |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
| Source | /Engine/Source/Editor/Persona/Private/PersonaModule.cpp |
virtual TSharedRef< SWidget > CreateBlendSpacePreviewWidget
(
const FBlendSpacePreviewArgs & InArgs
) const
CreateBlendSpacePreviewWidget(TAttribute< const UBlendSpace * >, TAttribute< FVector >, TAttribute< FVector >)
Description
Deprecated
| Name | CreateBlendSpacePreviewWidget |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
| Source | /Engine/Source/Editor/Persona/Private/PersonaModule.cpp |
virtual TSharedRef< SWidget > CreateBlendSpacePreviewWidget
(
TAttribute< const UBlendSpace * > InBlendSpace,
TAttribute< FVector > InBlendPosition,
TAttribute< FVector > InFilteredBlendPosition
) const