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

str

property notify_color

[Read-Only] Color of Notify in editor

Type

(Color)

received_notify(mesh_comp, animation)bool

Received Notify

Parameters
Returns

Return type

bool