Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimNotifyMirrorInspectionLibra-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyMirrorInspectionLibrary.h |
| Include | #include "Animation/AnimNotifyMirrorInspectionLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyMirrorInspectionLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|Animation|Notifies")
static bool IsTriggeredByMirroredAnimation
(
const FAnimNotifyEventReference & EventReference
)
Remarks
Get whether the animation which triggered this notify was mirrored.
Parameters
| Name | Description |
|---|---|
| EventReference | The event to inspect |