unreal.StateTree

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

Bases: DataAsset

StateTree asset. Contains the StateTree definition in both editor and runtime (baked) formats.

C++ Source:

  • Plugin: StateTree

  • Module: StateTreeModule

  • File: StateTree.h

k2_get_extension(extension_type) StateTreeExtension

Find the first extension of the requested type.

Parameters:

extension_type (type(Class))

Return type:

StateTreeExtension