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 (BlueprintCallable, CustomThunk,
Meta=(BlueprintThreadSafe, BlueprintInternalUseOnly="true", CustomStructureParam="Value"))
static void AddChooserStructInput
(
FChooserEvaluationContext & Context,
int32 Value
)
Remarks
Add a Struct to a ChooserEvaluation context
Parameters
| Name | Description |
|---|---|
| Context | (in) A struct reference to the chooser evaluation context |
| Object | (in) The Object to add |