Navigation
API > API/Runtime > API/Runtime/GameplayDebugger
References
| Module | GameplayDebugger |
| Header | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerTypes.h |
| Include | #include "GameplayDebuggerTypes.h" |
Syntax
USTRUCT ()
struct FGameplayDebuggerShape
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | Color | Color of shape | |
| FString | Description | Description of shape | |
| TArray< FVector > | ShapeData | Points defining shape | |
| EGameplayDebuggerShape | Type | Type of shape |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Draw
(
UWorld* World, |
||
| FGameplayDebuggerShape | MakeArrow
(
const FVector& StartLocation, |
||
| FGameplayDebuggerShape | MakeBox
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeBox
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeBox
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeBox
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeCapsule
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeCapsule
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeCircle
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeCircle
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeCircle
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeCircle
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeCone
(
const FVector& Location, |
||
| FGameplayDebuggerShape | MakeCylinder
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakePoint
(
const FVector& Location, |
||
| FGameplayDebuggerShape | MakePolygon
(
TConstArrayView< FVector > Verts, |
||
| FGameplayDebuggerShape | MakePolyline
(
const TConstArrayView< FVector > Verts, |
||
| FGameplayDebuggerShape | MakePolyline
(
const TConstArrayView< FVector > Verts, |
||
| FGameplayDebuggerShape | MakeRectangle
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeRectangle
(
const FVector& Center, |
||
| FGameplayDebuggerShape | MakeSegment
(
const FVector& StartLocation, |
||
| FGameplayDebuggerShape | MakeSegment
(
const FVector& StartLocation, |
||
| FGameplayDebuggerShape | MakeSegmentList
(
const TConstArrayView< FVector > Verts, |
||
| FGameplayDebuggerShape | MakeSegmentList
(
const TConstArrayView< FVector > Verts, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FGameplayDebuggerShape& Other |