Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IBuildInputResolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ResolveInputData
(
const FBuildDefinition& Definition, |
Asynchronous request to resolve data for the inputs from the definition. | DerivedDataBuildInputResolver.h | |
virtual void ResolveInputData
(
const FBuildAction& Action, |
Asynchronous request to resolve data for the inputs from the action. | DerivedDataBuildInputResolver.h |
ResolveInputData(const FBuildDefinition &, IRequestOwner &, FOnBuildInputDataResolved &&, FBuildInputFilter &&)
Description
Asynchronous request to resolve data for the inputs from the definition.
| Name | ResolveInputData |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h |
| Include Path | #include "DerivedDataBuildInputResolver.h" |
virtual void ResolveInputData
(
const FBuildDefinition & Definition,
IRequestOwner & Owner,
FOnBuildInputDataResolved && OnResolved,
FBuildInputFilter && Filter
)
Parameters
| Name | Remarks |
|---|---|
| Definition | The definition to resolve input data for. |
| Owner | The owner to execute the resolve request within. |
| OnResolved | A required callback invoked when resolving completes or is canceled. |
| Filter | An optional predicate to filter which input keys have data resolved. |
ResolveInputData(const FBuildAction &, IRequestOwner &, FOnBuildInputDataResolved &&, FBuildInputFilter &&)
Description
Asynchronous request to resolve data for the inputs from the action.
| Name | ResolveInputData |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h |
| Include Path | #include "DerivedDataBuildInputResolver.h" |
virtual void ResolveInputData
(
const FBuildAction & Action,
IRequestOwner & Owner,
FOnBuildInputDataResolved && OnResolved,
FBuildInputFilter && Filter
)
Parameters
| Name | Remarks |
|---|---|
| Action | The action to resolve input data for. |
| Owner | The owner to execute the resolve request within. |
| OnResolved | A required callback invoked when resolving completes or is canceled. |
| Filter | An optional predicate to filter which input keys have data resolved. |