Navigation
API > API/Developer > API/Developer/DerivedDataCache
Inheritance Hierarchy
- IModularFeature
- IBuildSchedulerMemoryQueue
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildSchedulerQueue.h |
| Include | #include "DerivedDataBuildSchedulerQueue.h" |
Syntax
class IBuildSchedulerMemoryQueue : public IModularFeature
Remarks
Allows execution of a build to be queued until there is sufficient memory available.
At most one instance of this feature may be registered. Builds are queued before they load input data for local execution of the build. The completion callback will capture the FExecutionResourceContext until the end of the build.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reserve
(
uint64 Memory, |
Constants
| Name | Description |
|---|---|
| FeatureName |