Navigation
API > API/Plugins > API/Plugins/MassGameplayDebug
| Name | FLineBatcher |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassGameplayDebug/Public/MassDebugDrawHelpers.h |
| Include Path | #include "MassDebugDrawHelpers.h" |
Syntax
struct FLineBatcher
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLineBatcher
(
TNotNull< ULineBatchComponent* > InLineBatcherInstance, |
MassDebugDrawHelpers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LifeTime | float | MassDebugDrawHelpers.h | ||
| LineBatcherInstance | TNotNull< ULineBatchComponent *const > | MassDebugDrawHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawArrow
(
const FTransform& Transform, |
MassDebugDrawHelpers.h | ||
void DrawSolidBox
(
const FVector& Center, |
MassDebugDrawHelpers.h | ||
void DrawSphere
(
const FVector& Center, |
MassDebugDrawHelpers.h | ||
void DrawWireBox
(
const FVector& Center, |
MassDebugDrawHelpers.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FLineBatcher MakeLineBatcher
(
const UWorld* InWorld, |
MassDebugDrawHelpers.h |