FCustomBuildSteps

Descriptor for projects. Contains all the information contained within a .uproject file.

Windows
MacOS
Linux

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

Name Description

Public variable

TMap< FString, ...

 

HostPlatformToCommands

Mapping from host platform to list of commands

Functions

Name Description

Public function Const

bool

 

IsEmpty()

Whether this object is empty

Public function

void

 

Read

(
    const FJsonObject& Object,
    const FString& FieldName
)

Reads the descriptor from the given JSON object

Public function Const

void

 

Write

(
    TJsonWriter<>& Writer,
    const FString& FieldName
)

Writes the descriptor to the given JSON object

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss