Navigation
API > API/Developer > API/Developer/DrawPrimitiveDebugger
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UDrawPrimitiveDebuggerUserSettings
References
| Module | DrawPrimitiveDebugger |
| Header | /Engine/Source/Developer/DrawPrimitiveDebugger/Public/DrawPrimitiveDebuggerConfig.h |
| Include | #include "DrawPrimitiveDebuggerConfig.h" |
Syntax
class UDrawPrimitiveDebuggerUserSettings : public 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 | Gets the category for the settings, some high level grouping like, Editor, Engine, Game...etc. |