Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMDrawContainer |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDrawContainer.h |
| Include Path | #include "RigVMCore/RigVMDrawContainer.h" |
Syntax
USTRUCT ()
struct FRigVMDrawContainer
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMDrawContainer() |
RigVMCore/RigVMDrawContainer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Instructions | TArray< FRigVMDrawInstruction > | RigVMCore/RigVMDrawContainer.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FRigVMDrawInstruction >::RangedForIteratorType begin () |
RigVMCore/RigVMDrawContainer.h | ||
TArray< FRigVMDrawInstruction >::RangedForConstIteratorType begin () |
RigVMCore/RigVMDrawContainer.h | ||
TArray< FRigVMDrawInstruction >::RangedForIteratorType end () |
RigVMCore/RigVMDrawContainer.h | ||
TArray< FRigVMDrawInstruction >::RangedForConstIteratorType end () |
RigVMCore/RigVMDrawContainer.h | ||
uint32 GetAllocatedSize() |
RigVMCore/RigVMDrawContainer.h | ||
int32 GetIndex
(
const FName& InName |
RigVMCore/RigVMDrawContainer.h | ||
int32 Num() |
RigVMCore/RigVMDrawContainer.h | ||
void Reset() |
RigVMCore/RigVMDrawContainer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRigVMDrawInstruction & operator[]
(
int32 InIndex |
RigVMCore/RigVMDrawContainer.h | ||
FRigVMDrawInstruction & operator[]
(
int32 InIndex |
RigVMCore/RigVMDrawContainer.h | ||
const FRigVMDrawInstruction & operator[]
(
const FName& InName |
RigVMCore/RigVMDrawContainer.h | ||
FRigVMDrawInstruction & operator[]
(
const FName& InName |
RigVMCore/RigVMDrawContainer.h |