Navigation
API > API/Runtime > API/Runtime/Engine
Scoped graph message used to synchronize mirroring.
| Name | FMirrorSyncScope |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/MirrorSyncScope.h |
| Include Path | #include "Animation/MirrorSyncScope.h" |
Syntax
class FMirrorSyncScope : public UE::Anim::IGraphMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMirrorSyncScope
(
const FAnimationBaseContext& InContext, |
Animation/MirrorSyncScope.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMirrorSyncScope() |
Animation/MirrorSyncScope.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | ENGINE_API const FName | Animation/MirrorSyncScope.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimSyncGroupScope | TWeakPtr< FAnimSyncGroupScope > | Animation/MirrorSyncScope.h | ||
| MirrorDataTable | const UMirrorDataTable * | Animation/MirrorSyncScope.h | ||
| MirrorScopeDepth | int32 | Animation/MirrorSyncScope.h | ||
| OuterScopeMirrorDataTable | const UMirrorDataTable * | Animation/MirrorSyncScope.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetMirrorScopeDepth() |
Animation/MirrorSyncScope.h |
Overridden from IGraphMessage
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeName() |
Animation/MirrorSyncScope.h | ||
virtual TUniquePtr< const IAnimNotifyEventContextDataInterface > MakeUniqueEventContextData() |
Animation/MirrorSyncScope.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetStaticTypeName() |
Animation/MirrorSyncScope.h |