Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMDrawInterface |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDrawInterface.h |
| Include Path | #include "RigVMCore/RigVMDrawInterface.h" |
Syntax
USTRUCT ()
struct FRigVMDrawInterface : public FRigVMDrawContainer
Inheritance Hierarchy
- FRigVMDrawContainer → FRigVMDrawInterface
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawArc
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawArrow
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawAxes
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawAxes
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawAxes
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawAxes
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawBox
(
const FTransform& WorldOffset, |
This draws a scaled unit cube, with the transforms applied. When drawing a box, put the position/orientation into WorldOffset and the extents into Transform. | RigVMCore/RigVMDrawInterface.h | |
void DrawCapsule
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawCircle
(
const FTransform& WorldOffset, |
Circles are drawn in the XY plane. | RigVMCore/RigVMDrawInterface.h | |
void DrawCone
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawHemisphere
(
const FTransform& WorldOffset, |
Hemispheres are drawn so that they extend up along +ve Z. | RigVMCore/RigVMDrawInterface.h | |
void DrawInstruction
(
const FRigVMDrawInstruction& InInstruction |
RigVMCore/RigVMDrawInterface.h | ||
void DrawLine
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawLines
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawLineStrip
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawPlane
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawPoint
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawPoints
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawRectangle
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
void DrawSphere
(
const FTransform& WorldOffset, |
RigVMCore/RigVMDrawInterface.h | ||
bool IsEnabled() |
RigVMCore/RigVMDrawInterface.h |