Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraDebugRenderer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawBox
(
const FVector3d& Center, |
Draws a 3D box. | Debug/CameraDebugRenderer.h | |
void DrawBox
(
const FTransform3d& Transform, |
Draws a 3D box. | Debug/CameraDebugRenderer.h |
DrawBox(const FVector3d &, const FVector3d &, const FLinearColor &, float)
Description
Draws a 3D box.
| Name | DrawBox |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraDebugRenderer.h |
| Include Path | #include "Debug/CameraDebugRenderer.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Debug/CameraDebugRenderer.cpp |
void DrawBox
(
const FVector3d & Center,
const FVector3d & Size,
const FLinearColor & LineColor,
float LineThickness
)
DrawBox(const FTransform3d &, const FVector3d &, const FLinearColor &, float)
Description
Draws a 3D box.
| Name | DrawBox |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraDebugRenderer.h |
| Include Path | #include "Debug/CameraDebugRenderer.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Debug/CameraDebugRenderer.cpp |
void DrawBox
(
const FTransform3d & Transform,
const FVector3d & Size,
const FLinearColor & LineColor,
float LineThickness
)