FBuildInputs::IterateInputs

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

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

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildInputs.h
Include #include "DerivedDataBuildInputs.h"
void IterateInputs
(
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, const [FCompressedBuffer](API\Runtime\Core\Compression\FCompressedBuffer) &Buffer)> Visitor
) const

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library