Navigation
API > API/Runtime > API/Runtime/GameplayDebugger > API/Runtime/GameplayDebugger/FGameplayDebuggerShape
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FGameplayDebuggerShape MakeBox
(
const FVector& Center, |
GameplayDebuggerTypes.h | ||
static FGameplayDebuggerShape MakeBox
(
const FVector& Center, |
GameplayDebuggerTypes.h | ||
static FGameplayDebuggerShape MakeBox
(
const FVector& Center, |
GameplayDebuggerTypes.h | ||
static FGameplayDebuggerShape MakeBox
(
const FVector& Center, |
GameplayDebuggerTypes.h |
MakeBox(const FVector &, const FVector &, const FColor &, const FString &)
| Name | MakeBox |
| Type | function |
| Header File | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerTypes.h |
| Include Path | #include "GameplayDebuggerTypes.h" |
| Source | /Engine/Source/Runtime/GameplayDebugger/Private/GameplayDebuggerTypes.cpp |
static FGameplayDebuggerShape MakeBox
(
const FVector & Center,
const FVector & Extent,
const FColor & Color,
const FString & Description
)
MakeBox(const FVector &, const FVector &, const float, const FColor &, const FString &)
| Name | MakeBox |
| Type | function |
| Header File | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerTypes.h |
| Include Path | #include "GameplayDebuggerTypes.h" |
| Source | /Engine/Source/Runtime/GameplayDebugger/Private/GameplayDebuggerTypes.cpp |
static FGameplayDebuggerShape MakeBox
(
const FVector & Center,
const FVector & Extent,
const float Thickness,
const FColor & Color,
const FString & Description
)
MakeBox(const FVector &, const FRotator &, const FVector &, const FColor &, const FString &)
| Name | MakeBox |
| Type | function |
| Header File | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerTypes.h |
| Include Path | #include "GameplayDebuggerTypes.h" |
| Source | /Engine/Source/Runtime/GameplayDebugger/Private/GameplayDebuggerTypes.cpp |
static FGameplayDebuggerShape MakeBox
(
const FVector & Center,
const FRotator & Rotation,
const FVector & Extent,
const FColor & Color,
const FString & Description
)
MakeBox(const FVector &, const FRotator &, const FVector &, const float, const FColor &, const FString &)
| Name | MakeBox |
| Type | function |
| Header File | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerTypes.h |
| Include Path | #include "GameplayDebuggerTypes.h" |
| Source | /Engine/Source/Runtime/GameplayDebugger/Private/GameplayDebuggerTypes.cpp |
static FGameplayDebuggerShape MakeBox
(
const FVector & Center,
const FRotator & Rotation,
const FVector & Extent,
const float Thickness,
const FColor & Color,
const FString & Description
)