Navigation
API > API/Runtime > API/Runtime/Projects
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/CustomBuildSteps.h |
| Include | #include "CustomBuildSteps.h" |
Syntax
struct FCustomBuildSteps
Remarks
Descriptor for projects. Contains all the information contained within a .uproject file.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, TArray< FString > > | HostPlatformToCommands | Mapping from host platform to list of commands |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEmpty () |
Whether this object is empty | |
| void | Read
(
const FJsonObject& Object, |
Reads the descriptor from the given JSON object | |
| void | UpdateJson
(
FJsonObject& JsonObject, |
Updates the given json object with this CustomBuildSteps | |
| void | Writes the CustomBuildSteps to JSON |