Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FLatentDrawCommand |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DebugDrawCommand.h |
| Include Path | #include "Chaos/DebugDrawCommand.h" |
Syntax
struct FLatentDrawCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLatentDrawCommand() |
Chaos/DebugDrawCommand.h |
Enums
Public
| Name | Remarks |
|---|---|
| EDrawType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrowSize | float | Chaos/DebugDrawCommand.h | ||
| bDrawAxis | bool | Chaos/DebugDrawCommand.h | ||
| bDrawShadow | bool | Chaos/DebugDrawCommand.h | ||
| bPersistentLines | bool | Chaos/DebugDrawCommand.h | ||
| Center | FVector | Chaos/DebugDrawCommand.h | ||
| Color | FColor | Chaos/DebugDrawCommand.h | ||
| DepthPriority | uint8 | Chaos/DebugDrawCommand.h | ||
| Duration | float | Chaos/DebugDrawCommand.h | ||
| Extent | FVector | Chaos/DebugDrawCommand.h | ||
| FontScale | float | Chaos/DebugDrawCommand.h | ||
| HalfHeight | FReal | Chaos/DebugDrawCommand.h | ||
| LifeTime | float | Chaos/DebugDrawCommand.h | ||
| LineEnd | FVector | Chaos/DebugDrawCommand.h | ||
| LineStart | FVector | Chaos/DebugDrawCommand.h | ||
| Radius | FReal | Chaos/DebugDrawCommand.h | ||
| Rotation | FQuat | Chaos/DebugDrawCommand.h | ||
| Segments | int32 | Chaos/DebugDrawCommand.h | ||
| TestBaseActor | AActor * | Chaos/DebugDrawCommand.h | ||
| Text | FString | Chaos/DebugDrawCommand.h | ||
| TextLocation | FVector | Chaos/DebugDrawCommand.h | ||
| Thickness | float | Chaos/DebugDrawCommand.h | ||
| TransformMatrix | FMatrix | Chaos/DebugDrawCommand.h | ||
| Type | enum Chaos::FLatentDrawCommand::EDrawType | Chaos/DebugDrawCommand.h | ||
| YAxis | FVector | Chaos/DebugDrawCommand.h | ||
| ZAxis | FVector | Chaos/DebugDrawCommand.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FLatentDrawCommand DrawDebugBox
(
const FVector& Center, |
Chaos/DebugDrawCommand.h | ||
static FLatentDrawCommand DrawDebugCapsule
(
const FVector& Center, |
Chaos/DebugDrawCommand.h | ||
static FLatentDrawCommand DrawDebugCircle
(
const FVector& Center, |
Chaos/DebugDrawCommand.h | ||
static FLatentDrawCommand DrawDebugSphere
(
const FVector& Center, |
Chaos/DebugDrawCommand.h | ||
static FLatentDrawCommand DrawDebugString
(
const FVector& TextLocation, |
Chaos/DebugDrawCommand.h | ||
static FLatentDrawCommand DrawDirectionalArrow
(
const FVector& LineStart, |
Chaos/DebugDrawCommand.h | ||
static FLatentDrawCommand DrawLine
(
const FVector& LineStart, |
Chaos/DebugDrawCommand.h | ||
static FLatentDrawCommand DrawPoint
(
const FVector& Position, |
Chaos/DebugDrawCommand.h |