Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UStreamingSettings
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/CoreSettings.h |
Include | #include "Engine/CoreSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, Meta=(DisplayName="Streaming"), MinimalAPI)
class UStreamingSettings : public UDeveloperSettings
Remarks
Streaming settings.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
ConsoleVariable | Whether to use the entire time limit even if blocked on I/O | |
![]() ![]() ![]() ![]() |
DisplayName | ||
![]() ![]() ![]() ![]() |
ToolTip |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |