DrawDebugCamera

Draw a debug camera shape. FOV is full angle in degrees.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h

Include

#include "DrawDebugHelpers.h"

Source

/Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp

Syntax

void DrawDebugCamera
(
    const UWorld * InWorld,
    FVector const & Location,
    FRotator const & Rotation,
    float FOVDeg,
    float Scale,
    FColor const & Color,
    bool bPersistentLines,
    float LifeTime,
    uint8 DepthPriority
)

Remarks

Draw a debug camera shape. FOV is full angle in degrees.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss