Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FCachedRigElement |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyCache.h |
| Include Path | #include "Rigs/RigHierarchyCache.h" |
Syntax
USTRUCT (BlueprintType )
struct FCachedRigElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Rigs/RigHierarchyCache.h | |||
FCachedRigElement
(
const FRigElementKey& InKey, |
Rigs/RigHierarchyCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContainerVersion | int32 | Rigs/RigHierarchyCache.h | ||
| Element | const FRigBaseElement * | Rigs/RigHierarchyCache.h | ||
| Index | uint16 | Rigs/RigHierarchyCache.h | ||
| Key | FRigElementKey | Rigs/RigHierarchyCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRigBaseElement * GetElement () |
Rigs/RigHierarchyCache.h | ||
const FRigBaseElement * GetElement
(
const URigHierarchy* InHierarchy |
Rigs/RigHierarchyCache.h | ||
int32 GetIndex() |
Rigs/RigHierarchyCache.h | ||
const FRigElementKey & GetKey() |
Rigs/RigHierarchyCache.h | ||
const FRigElementKey & GetResolvedKey() |
Rigs/RigHierarchyCache.h | ||
void Invalidate() |
Rigs/RigHierarchyCache.h | ||
bool IsIdentical
(
const FRigElementKey& InKey, |
Rigs/RigHierarchyCache.h | ||
bool IsValid() |
Rigs/RigHierarchyCache.h | ||
void Reset() |
Rigs/RigHierarchyCache.h | ||
bool UpdateCache
(
const URigHierarchy* InHierarchy |
Rigs/RigHierarchyCache.h | ||
bool UpdateCache
(
const FRigElementKey& InKey, |
Rigs/RigHierarchyCache.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Rigs/RigHierarchyCache.h | ||
operator FRigElementKey() |
Rigs/RigHierarchyCache.h | ||
operator int32() |
Rigs/RigHierarchyCache.h | ||
bool operator!=
(
const int32& Other |
Rigs/RigHierarchyCache.h | ||
bool operator!=
(
const FRigElementKey& Other |
Rigs/RigHierarchyCache.h | ||
bool operator!=
(
const FCachedRigElement& Other |
Rigs/RigHierarchyCache.h | ||
bool operator==
(
const FRigElementKey& Other |
Rigs/RigHierarchyCache.h | ||
bool operator==
(
const FCachedRigElement& Other |
Rigs/RigHierarchyCache.h | ||
bool operator==
(
const int32& Other |
Rigs/RigHierarchyCache.h | ||
bool operator>
(
const FCachedRigElement& Other |
Rigs/RigHierarchyCache.h |