unreal.AnimNotify
¶
- class unreal.AnimNotify(outer=None, name='None')¶
Bases:
unreal.Object
Anim Notify
C++ Source:
Module: Engine
File: AnimNotify.h
Editor Properties: (see get_editor_property/set_editor_property)
notify_color
(Color): [Read-Write] Color of Notify in editor
- get_notify_name() → str¶
Implementable event to get a custom name for the notify
- Returns
- Return type
- received_notify(mesh_comp, animation) → bool¶
Received Notify
- Parameters
mesh_comp (SkeletalMeshComponent) –
animation (AnimSequenceBase) –
- Returns
- Return type