unreal.ChooserFunctionLibrary¶
- class unreal.ChooserFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryChooser Function Library
C++ Source:
Plugin: Chooser
Module: Chooser
File: ChooserFunctionLibrary.h
- classmethod get_chooser_object(context, object_class) -> (Object, context=ChooserEvaluationContext)¶
Get an Object from a ChooserEvaluation context by class or interface Experimental, this feature might be removed without warning, not for production use
- Parameters:
context (ChooserEvaluationContext) – (in) A struct reference to the chooser evaluation context
object_class (type(Class)) – (in) the wanted object class or interface
- Returns:
context (ChooserEvaluationContext): (in) A struct reference to the chooser evaluation context
- Return type: