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;BlueprintPure,
Meta&61;&40;BlueprintThreadSafe, BlueprintInternalUseOnly&61;"true", DeterminesOutputType&61;"ObjectClass"&41;&41;
static TArray< UObject &42; > EvaluateChooserMulti
&40;
const UObject &42; ContextObject,
const UChooserTable &42; ChooserTable,
TSubclassOf< UObject > ObjectClass
&41;
Remarks
Evaluate a chooser table and return the list of all selected UObjects
Parameters
| Name | Description |
|---|---|
| ContextObject | (in) An Object from which the parameters to the Chooser Table will be read |
| ChooserTable | (in) The ChooserTable asset |
| ObjectClass | (in) Expected type of result objects |