Navigation
API > API/Editor > API/Editor/Persona
| |
|
| Name |
FBlendSpacePreviewArgs |
| Type |
struct |
| Header File |
/Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path |
#include "PersonaModule.h" |
Syntax
struct FBlendSpacePreviewArgs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnGetBlendSpaceSampleName |
FOnGetBlendSpaceSampleName |
Called to get the overridden name of a blend sample. |
PersonaModule.h |
|
| PreviewBlendSpace |
TAttribute< const UBlendSpace * > |
|
PersonaModule.h |
|
| PreviewFilteredPosition |
TAttribute< FVector > |
Allows the current preview position to be programatically driven. |
PersonaModule.h |
|
| PreviewPosition |
TAttribute< FVector > |
Allows the target preview position to be programatically driven. |
PersonaModule.h |
|