UDrawPrimitiveDebuggerUserSettings

Unreal Engine C++ API Reference > Developer > DrawPrimitiveDebugger

Inheritance Hierarchy

References

   
Module DrawPrimitiveDebugger
Header /Engine/Source/Developer/DrawPrimitiveDebugger/Public/DrawPrimitiveDebuggerConfig.h
Include #include "DrawPrimitiveDebuggerConfig.h"

Syntax

class UDrawPrimitiveDebuggerUserSettings : public [UDeveloperSettings](API\Runtime\DeveloperSettings\Engine\UDeveloperSettings)  

Variables

Type Name Description
int32 FontSize Font Size used by Draw Primitive Debugger

Functions

Type Name Description
int32 GetFontSize ()  
void SetFontSize ( const int32 InFontSize )  

Overridden from UDeveloperSettings

Type Name Description
FName GetCategoryName () Gets the category for the settings, some high level grouping like, Editor, Engine, Game...etc.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library