Navigation
API > API/Plugins > API/Plugins/Chooser > API/Plugins/Chooser/UChooserFunctionLibrary
References
| Module | Chooser |
| Header | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserFunctionLibrary.h |
| Include | #include "ChooserFunctionLibrary.h" |
| Source | /Engine/Plugins/Chooser/Source/Chooser/Private/ChooserFunctionLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Animation",
Meta=(BlueprintThreadSafe, BlueprintInternalUseOnly="true", NativeMakeFunc))
static FInstancedStruct MakeEvaluateChooser
(
UChooserTable * Chooser
)
Remarks
Create an EvaluateChooser struct
Parameters
| Name | Description |
|---|---|
| Chooser | (in) the ChooserTable asset to evaluate |