FBuildAction::IterateInputs

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

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

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h
Include #include "DerivedDataBuildAction.h"
void IterateInputs
(
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(FUtf8StringView Key, const [FIoHash](API\Runtime\Core\IO\FIoHash) &RawHash, uint64 RawSize)> Visitor
) const

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library