| FBuildInputs
|
Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h |
Include |
#include "DerivedDataBuildInputs.h" |
class FBuildInputs
Build inputs are an immutable container of key/value pairs for the inputs to a build function.
The keys for inputs are names that are unique within the build inputs.
No constructors are accessible with public or protected access.
Name | Description | ||
---|---|---|---|
|
const FCompr... |
FindInput ( |
Finds an input by key, or a null buffer if not found. |
|
GetName() |
Returns the name by which to identify the inputs for logging and profiling. |
|
|
IterateInputs ( |
Visits every input in order by key. |