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