IBuildInputResolver::ResolveInputData

Asynchronous request to resolve data for the inputs from the action.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > IBuildInputResolver > ResolveInputData

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputResolver.h
Include #include "DerivedDataBuildInputResolver.h"
virtual void ResolveInputData
(
    const [FBuildAction](API\Developer\DerivedDataCache\FBuildAction) & Action,
    [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & Owner,
    [FOnBuildInputDataResolved](API\Developer\DerivedDataCache\FOnBuildInputDataResolved) && OnResolved,
    [FBuildInputFilter](API\Developer\DerivedDataCache\FBuildInputFilter) && Filter
)

Remarks

Asynchronous request to resolve data for the inputs from the action.

Parameters

Name Description
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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library