Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h |
Include |
#include "DerivedDataBuildDefinition.h" |
class FBuildDefinitionBuilder
A build definition builder is used to construct a build definition.
Create using IBuild::CreateDefinition() which must be given a build function name.
No constructors are accessible with public or protected access.
Name | Description | ||
---|---|---|---|
|
AddConstant ( |
Add a constant object with a key that is unique within this definition. |
|
|
AddInputBuild ( |
Add a value from another build with a key that is unique within this definition. |
|
|
AddInputBulkData ( |
Add a bulk data input with a key that is unique within this definition. |
|
|
AddInputFile ( |
Add a file input with a key that is unique within this definition. |
|
|
AddInputHash ( |
Add a hash input with a key that is unique within this definition. |
|
|
FBuildDefini... |
Build() |
Build a build definition, which makes this builder subsequently unusable. |