FBuildDefinition::IterateConstants

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

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

References

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

Remarks

Visits every constant 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