Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Virtualization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include | #include "Virtualization/VirtualizationSystem.h" |
Syntax
struct FInitParams
Remarks
The set of parameters to be used when initializing the virtualization system. The members must remain valid for the duration of the call to Initialize. It is not expected that any virtualization system will store a reference to the members, if they want to retain the data then they will make their own copies.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FConfigFile & | ConfigFile | The config file to load the settings from (will default to GEngineIni) | |
| FStringView | ProjectName | The name of the current project (will default to FApp::GetProjectName()) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInitParams
(
FStringView InProjectName, |