Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FBuildDefinition
Description
Visits every input build value in order by key. The key view is valid for the lifetime of the definition.
| Name | IterateInputBuilds |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h |
| Include Path | #include "DerivedDataBuildDefinition.h" |
void IterateInputBuilds
(
TFunctionRef < void &ValueKey)> Visitor
) const