![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MirrorSyncScope.h>
Inheritance diagram for UE::Anim::FAnimNotifyMirrorContext:Public Member Functions | |
| FAnimNotifyMirrorContext () | |
| FAnimNotifyMirrorContext (const UMirrorDataTable *MirrorDataTable) | |
Public Member Functions inherited from UE::Anim::IAnimNotifyEventContextDataInterface | |
| virtual | ~IAnimNotifyEventContextDataInterface ()=default |
| virtual FName | GetTypeName () const =0 |
| template<typename Type > | |
| bool | Is () const |
| template<typename Type > | |
| const Type & | As () const |
| template<typename Type > | |
| Type & | As () |
Public Attributes | |
| bool | bAnimationMirrored = true |
| TWeakObjectPtr< const UMirrorDataTable > | MirrorTable |
Additional Inherited Members | |
Static Public Member Functions inherited from UE::Anim::IAnimNotifyEventContextDataInterface | |
| static FName | GetStaticTypeName () |
|
inline |
|
inline |
| TWeakObjectPtr<const UMirrorDataTable> UE::Anim::FAnimNotifyMirrorContext::MirrorTable |