FRigElementKey

Choose your operating system:

Windows

macOS

Linux

References

Module

ControlRig

Header

/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyDefines.h

Include

#include "Rigs/RigHierarchyDefines.h"

Syntax

USTRUCT(BlueprintType)
struct FRigElementKey

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

FName

 

Name

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

ERigElementType

 

Type

Constructors

Name Description

Public function

FRigElementKey()

Public function

FRigElementKey

(
    const FName& InName,
    ERigElementType InType
)

Functions

Name Description

Public function Const

bool

 

IsValid()

Public function

void

 

Load

(
    FArchive& Ar
)

Public function

void

 

Reset()

Public function

void

 

Save

(
    FArchive& Ar
)

Public function

void

 

Serialize

(
    FArchive& Ar
)

Public function Const

FString

 

ToPythonString()

Public function Const

FString

 

ToString()

Operators

Name Description

Public function Const

 

operator bool()

Public function Const

bool

 

operator!=

(
    const FRigElementKey& Other
)

Public function Const

bool

 

operator<

(
    const FRigElementKey& Other
)

Public function Const

bool

 

operator==

(
    const FRigElementKey& Other
)

Public function Const

bool

 

operator>

(
    const FRigElementKey& Other
)