Navigation
API > API/Runtime > API/Runtime/Slate
Settings that control Slate functionality
| Name | USlateSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/SlateSettings.h |
| Include Path | #include "SlateSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, Meta=(DisplayName="Slate"), MinimalAPI)
class USlateSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USlateSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USlateSettings
(
const FObjectInitializer& ObjectInitializer |
SlateSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExplicitCanvasChildZOrder | bool | Allow children of SConstraintCanvas to share render layers. | SlateSettings.h |
|