FDebugDisplayInfo

Tracks what debug information we have switched on.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DisplayDebugHelpers.h

Include

#include "DisplayDebugHelpers.h"

Syntax

class FDebugDisplayInfo

Remarks

Tracks what debug information we have switched on.

Constructors

Name Description

Public function

FDebugDisplayInfo

(
    const TArray< FName >& InDisplayNa...,
    const TArray< FName >& InToggledCa...
)

Functions

Name Description

Public function Const

bool

 

IsCategoryToggledOn

(
    FName Category,
    bool bDefaultsToOn
)

Public function Const

bool

 

IsDisplayOn

(
    FName DisplayName
)

Public function Const

int32

 

NumDisplayNames()

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