Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyDefines.h |
Include |
#include "Rigs/RigHierarchyDefines.h" |
USTRUCT(BlueprintType)
struct FRigElementKeyCollection
Name | Description | |
---|---|---|
|
FRigElementKeyCollection() |
|
|
FRigElementKeyCollection ( |
Name | Description | ||
---|---|---|---|
|
Add ( |
||
|
AddUnique ( |
||
|
begin() |
||
|
begin() |
||
|
Contains ( |
||
|
Empty() |
Resets the data structure and removes all storage. |
|
|
end() |
||
|
end() |
||
|
FRigElementK... |
FilterByName ( |
Filters a collection by name |
|
FRigElementK... |
FilterByType ( |
Filters a collection by element type |
|
FRigElementK... |
First() |
Returns the first element of this collection. |
|
const FRigEl... |
First() |
Returns the first element of this collection. |
|
const TArray... |
GetKeys() |
|
|
IsEmpty() |
Returns true if this collection contains no elements. |
|
|
IsValidIndex ( |
Returns true if a given instruction index is valid. |
|
|
FRigElementK... |
Last() |
Returns the last element of this collection. |
|
const FRigEl... |
Last() |
Returns the last element of this collection. |
|
FRigElementK... |
MakeDifference ( |
Returns the difference between two collections |
|
FRigElementK... |
MakeFromChain ( |
Creates a collection containing an item chain |
|
FRigElementK... |
MakeFromChildren ( |
Creates a collection containing all of the children of a given |
|
FRigElementK... |
MakeFromCompleteHierarchy ( |
Creates a collection containing all keys of a hierarchy |
|
FRigElementK... |
MakeFromName ( |
Creates a collection containing all of the elements with a given name |
|
FRigElementK... |
MakeIntersection ( |
Returns the intersection between two collections |
|
FRigElementK... |
MakeReversed ( |
Returns the collection in the reverse order |
|
FRigElementK... |
MakeUnion ( |
Returns the union between two collections |
|
Num() |
Returns the number of elements in this collection. |
|
|
Reset() |
Resets the data structure and maintains all storage. |
Name | Description | ||
---|---|---|---|
|
const FRigEl... |
operator[] ( |
Const accessor for an element given its index |