Navigation
Unreal Engine C++ API Reference > 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, const FCbObject& Value ) | Add a constant object with a key that is unique within this action. |
void | AddInput ( FUtf8StringView Key, const FIoHash& RawHash, uint64 RawSize ) | Add an input with a key that is unique within this action. |
FBuildAction | Build () | Build a build action, which makes this builder subsequently unusable. |