Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDrawInstruction.h |
| Include | #include "RigVMCore/RigVMDrawInstruction.h" |
Syntax
USTRUCT ()
struct FRigVMDrawInstruction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color | ||
| FMaterialRenderProxy * | MaterialRenderProxy | ||
| TArray< uint32 > | MeshIndices | ||
| TArray< FDynamicMeshVertex > | MeshVerts | This is to draw cone, they're not UPROPERTY. | |
| FName | Name | ||
| TArray< FVector > | Positions | ||
| TEnumAsByte< ERigVMDrawSettings::Primitive > | PrimitiveType | ||
| float | Thickness | ||
| FTransform | Transform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMDrawInstruction
(
ERigVMDrawSettings::Primitive InPrimitiveType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |