Navigation
API > API/Developer > API/Developer/DrawPrimitiveDebugger
| Name | UDrawPrimitiveDebuggerUserSettings |
| Type | class |
| Header File | /Engine/Source/Developer/DrawPrimitiveDebugger/Public/DrawPrimitiveDebuggerConfig.h |
| Include Path | #include "DrawPrimitiveDebuggerConfig.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorPerProjectUserSettings,
Meta=(DisplayName="Draw Primitive Debugger"))
class UDrawPrimitiveDebuggerUserSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UDrawPrimitiveDebuggerUserSettings
Functions
Protected
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
DrawPrimitiveDebuggerConfig.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetFontSize() |
DrawPrimitiveDebuggerConfig.h | ||
static void SetFontSize
(
const int32 InFontSize |
DrawPrimitiveDebuggerConfig.h |