Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h |
| Include | #include "DerivedDataBuildAction.h" |
Syntax
class FBuildActionBuilder
Remarks
A build action builder is used to construct a build action.
Create using IBuild::CreateAction() which must be given a build function name.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddConstant
(
FUtf8StringView Key, |
Add a constant object with a key that is unique within this action. | |
| void | Add an input with a key that is unique within this action. | ||
| FBuildAction | Build () |
Build a build action, which makes this builder subsequently unusable. |