unreal.ChooserFunctionLibrary¶
- class unreal.ChooserFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryMorpheus Extensions Function Library
C++ Source:
Plugin: Chooser
Module: Chooser
File: ChooserFunctionLibrary.h
- classmethod evaluate_chooser(context_object, chooser_table) Object¶
Evaluate a chooser table and return the selected UObject, or null
- Parameters:
context_object (Object) – (in) An Object from which the parameters to the Chooser Table will be read
chooser_table (ChooserTable) – (in) The ChooserTable asset
- Return type:
- classmethod evaluate_chooser_multi(context_object, chooser_table) Array[Object]¶
Evaluate a chooser table and return the list of all selected UObjects
- Parameters:
context_object (Object) – (in) An Object from which the parameters to the Chooser Table will be read
chooser_table (ChooserTable) – (in) The ChooserTable asset
- Return type: