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,
Meta=(BlueprintThreadSafe, BlueprintInternalUseOnly="true", DeterminesOutputType="ObjectClass"))
static TArray < UObject * > EvaluateChooserMulti
(
const UObject * ContextObject,
const UChooserTable * ChooserTable,
TSubclassOf < UObject > ObjectClass
)
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 |