FBuildOutputBuilder::AddValue

Add a value to the output. The ID must be unique in this output.

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

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h
Include #include "DerivedDataBuildOutput.h"
void AddValue
(
    const [FValueId](API\Developer\DerivedDataCache\FValueId) & Id,
    const [FValue](API\Developer\DerivedDataCache\FValue) & Value
)

Remarks

Add a value to the output. The ID must be unique in this output.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library