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