Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h |
Include |
#include "DerivedDataBuildAction.h" |
class FBuildActionBuilder
A build action builder is used to construct a build action.
Create using IBuild::CreateAction() 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 action. |
|
|
AddInput ( |
Add an input with a key that is unique within this action. |
|
|
Build() |
Build a build action, which makes this builder subsequently unusable. |