unreal.StateTreeFunctionLibrary

class unreal.StateTreeFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

A 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:
Returns:

reference (StateTreeReference):

Return type:

StateTreeReference