Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UAnimNotifyMirrorInspectionLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyMirrorInspectionLibrary.h |
| Include | #include "Animation/AnimNotifyMirrorInspectionLibrary.h" |
Syntax
UCLASS (Meta=(ScriptName="UAnimNotifyMirrorInspectionLibrary"), MinimalAPI)
class UAnimNotifyMirrorInspectionLibrary : public UBlueprintFunctionLibrary
Remarks
A library of commonly used functionality for Notifies related to mirroring, exposed to blueprint.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UMirrorDataTable * | GetMirrorDataTable
(
const FAnimNotifyEventReference& EventReference |
If the notify is mirrored, return the mirror data table that was active. | |
| bool | IsTriggeredByMirroredAnimation
(
const FAnimNotifyEventReference& EventReference |
Get whether the animation which triggered this notify was mirrored. |