Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimNotifyLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyLibrary.h |
| Include | #include "Animation/AnimNotifyLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|Animation|Notifies", Meta=(ScriptMethod))
static float GetCurrentAnimationNotifyStateTime
(
const FAnimNotifyEventReference & EventReference
)
Remarks
Gets the current time in seconds relative to the start of the notify state, clamped to the range of the notify state the current time in seconds relative to the start of the notify state, clamped to the range of the notify state
Parameters
| Name | Description |
|---|---|
| EventReference | The event to inspect |