Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h |
| Include | #include "DerivedDataBuildInputResolver.h" |
Syntax
class IBuildInputResolver
Remarks
Interface to resolve references to build inputs.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ResolveInputData
(
const FBuildDefinition& Definition, |
Asynchronous request to resolve data for the inputs from the definition. | |
| void | ResolveInputData
(
const FBuildAction& Action, |
Asynchronous request to resolve data for the inputs from the action. | |
| void | ResolveInputMeta
(
const FBuildDefinition& Definition, |
Asynchronous request to resolve metadata for the inputs from the definition. | |
| void | ResolveKey
(
const FBuildKey& Key, |
Asynchronous request to resolve a definition from a key. |