unreal.ContextualAnimActorInterface

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

Bases: Interface

Contextual Anim Actor Interface

C++ Source:

  • Plugin: ContextualAnimation

  • Module: ContextualAnimation

  • File: ContextualAnimActorInterface.h

get_mesh() SkeletalMeshComponent

Get Mesh

Return type:

SkeletalMeshComponent

refresh_editor_preview() None

Called from CAS Editor on the preview actor after spawn. Useful to give that actor a chance to run game-specific logic needed to be usable as preview actor in the CAS Editor