Navigation
API > API/Plugins > API/Plugins/UAFChooser
A trait that can evaluate a chooser and play a subggraph based on whatever entry from the chooser was selected .
| Name | FUAFChooserPlayerTraitSharedData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFChooser/Source/UAFChooser/Public/ChooserPlayerTraitData.h |
| Include Path | #include "ChooserPlayerTraitData.h" |
Syntax
USTRUCT (Meta=(DisplayName="Chooser Player", ShowTooltip=true))
struct FUAFChooserPlayerTraitSharedData : public FAnimNextTraitSharedData
Inheritance Hierarchy
- FAnimNextTraitSharedData → FUAFChooserPlayerTraitSharedData
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Chooser | TObjectPtr< const UUAFAnimChooserTable > | The chooser to play. | ChooserPlayerTraitData.h |
|
| EvaluationFrequency | EChooserEvaluationFrequency | How often the chooser should be evaluated. | ChooserPlayerTraitData.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetChooser
(
const UUAFAnimChooserTable* InChooser |
ChooserPlayerTraitData.h | ||
void SetEvaluationFrequency
(
EChooserEvaluationFrequency InEvaluationFrequency |
ChooserPlayerTraitData.h |