Navigation
API > API/Plugins > API/Plugins/Chooser > API/Plugins/Chooser/UChooserFunctionLibrary
References
| Module | Chooser |
| Header | /Engine/Plugins/Experimental/Chooser/Source/Chooser/Public/ChooserFunctionLibrary.h |
| Include | #include "ChooserFunctionLibrary.h" |
| Source | /Engine/Plugins/Experimental/Chooser/Source/Chooser/Private/ChooserFunctionLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Meta&61;&40;BlueprintThreadSafe, BlueprintInternalUseOnly&61;"true"&41;&41;
static void AddChooserObjectInput
&40;
FChooserEvaluationContext & Context,
UObject &42; Object
&41;
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 |