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, Meta=(BlueprintThreadSafe, BlueprintInternalUseOnly="true"))
static void AddChooserObjectInput
(
FChooserEvaluationContext & Context,
UObject * Object
)
Remarks
Add an Object to a ChooserEvaluation context
Parameters
| Name | Description |
|---|---|
| Context | (in) A struct reference to the chooser evaluation context |
| Object | (in) The Object to add |