FMirrorTableRow

Base Mirror Table containing all data required by the animation mirroring system.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FTableRowBase

FMirrorTableRow

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/MirrorDataTable.h

Include

#include "Animation/MirrorDataTable.h"

Syntax

struct FMirrorTableRow : public FTableRowBase

Remarks

Base Mirror Table containing all data required by the animation mirroring system.

Variables

Name Description

Public variable

FName

 

MirroredName

Public variable

TEnumAsByte< EM...

 

MirrorEntryType

Public variable

FName

 

Name

Constructors

Name Description

Public function

FMirrorTableRow()

Public function

FMirrorTableRow

(
    const FMirrorTableRow& Other
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FMirrorTableRow const& Other
)

Public function Const

bool

 

operator<

(
    FMirrorTableRow const& Other
)

Public function

FMirrorTable...

 

operator=

(
    FMirrorTableRow const& Other
)

Public function Const

bool

 

operator==

(
    FMirrorTableRow const& Other
)