unreal.StateTreeFunctionLibrary¶
- class unreal.StateTreeFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryA collection of blueprint functions for state tree.
C++ Source:
Plugin: StateTree
Module: StateTreeModule
File: StateTreeFunctionLibrary.h
- classmethod set_state_tree(reference, state_tree) StateTreeReference¶
Set State Tree
- Parameters:
reference (StateTreeReference)
state_tree (StateTree)
- Returns:
reference (StateTreeReference):
- Return type: