Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FRigInfluenceEntry |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigInfluenceMap.h |
| Include Path | #include "Rigs/RigInfluenceMap.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigInfluenceEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigInfluenceEntry() |
Rigs/RigInfluenceMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddUnique
(
const FRigElementKey& InKey |
Rigs/RigInfluenceMap.h | ||
TArray< FRigElementKey >::RangedForIteratorType begin () |
Rigs/RigInfluenceMap.h | ||
TArray< FRigElementKey >::RangedForConstIteratorType begin () |
Rigs/RigInfluenceMap.h | ||
bool Contains
(
const FRigElementKey& InKey |
Rigs/RigInfluenceMap.h | ||
TArray< FRigElementKey >::RangedForIteratorType end () |
Rigs/RigInfluenceMap.h | ||
TArray< FRigElementKey >::RangedForConstIteratorType end () |
Rigs/RigInfluenceMap.h | ||
const FRigElementKey & GetSource() |
Rigs/RigInfluenceMap.h | ||
bool Merge
(
const FRigInfluenceEntry& Other |
Rigs/RigInfluenceMap.h | ||
int32 Num() |
Rigs/RigInfluenceMap.h | ||
void OnKeyRemoved
(
const FRigElementKey& InKey |
Rigs/RigInfluenceMap.h | ||
void OnKeyRenamed
(
const FRigElementKey& InOldKey, |
Rigs/RigInfluenceMap.h | ||
void Remove
(
const FRigElementKey& InKey |
Rigs/RigInfluenceMap.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRigElementKey & operator[]
(
int32 InIndex |
Rigs/RigInfluenceMap.h | ||
FRigElementKey & operator[]
(
int32 InIndex |
Rigs/RigInfluenceMap.h |