Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
~IBuildInputResolver () |
Functions
Type | Name | Description |
---|---|---|
void | ResolveInputData ( const FBuildDefinition& Definition, IRequestOwner& Owner, FOnBuildInputDataResolved&& OnReso..., FBuildInputFilter&& Filter ) | Asynchronous request to resolve data for the inputs from the definition. |
void | ResolveInputData ( const FBuildAction& Action, IRequestOwner& Owner, FOnBuildInputDataResolved&& OnReso..., FBuildInputFilter&& Filter ) | Asynchronous request to resolve data for the inputs from the action. |
void | ResolveInputMeta ( const FBuildDefinition& Definition, IRequestOwner& Owner, FOnBuildInputMetaResolved&& OnReso... ) | Asynchronous request to resolve metadata for the inputs from the definition. |
void | ResolveKey ( const FBuildKey& Key, IRequestOwner& Owner, FOnBuildKeyResolved&& OnResolved ) | Asynchronous request to resolve a definition from a key. |