Navigation
API > API/Runtime > API/Runtime/GameplayDebugger > API/Runtime/GameplayDebugger/FGameplayDebuggerShape
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FGameplayDebuggerShape MakeCapsule
(
const FVector& Center, |
GameplayDebuggerTypes.h | ||
static FGameplayDebuggerShape MakeCapsule
(
const FVector& Center, |
GameplayDebuggerTypes.h |
MakeCapsule(const FVector &, const float, const float, const FColor &, const FString &)
| Name | MakeCapsule |
| 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 MakeCapsule
(
const FVector & Center,
const float Radius,
const float HalfHeight,
const FColor & Color,
const FString & Description
)
MakeCapsule(const FVector &, const FRotator &, const float, const float, const FColor &, const FString &)
| Name | MakeCapsule |
| 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 MakeCapsule
(
const FVector & Center,
const FRotator & Rotation,
const float Radius,
const float HalfHeight,
const FColor & Color,
const FString & Description
)