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 bool IsBlendingOut
(
const FAnimNotifyEventReference & EventReference
)
Remarks
Gets whether this notify comes from a source that is blending out. Whether this notify comes from a source that is blending out.
Parameters
| Name | Description |
|---|---|
| EventReference | The event to inspect |