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