FBuildDefinition::IterateInputBulkData

Visits every input bulk data in order by key.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FBuildDefinition

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildDefinition.h
Include #include "DerivedDataBuildDefinition.h"
void IterateInputBulkData
(
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, const [FGuid](API\Runtime\Core\Misc\FGuid) &BulkDataId)> Visitor
) const

Remarks

Visits every input bulk data in order by key. The key view is valid for the lifetime of the definition.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library