FBuildVersionBuilder::operator<<

Serializes an [FName](API\Runtime\Core\UObject\FName) value from or into this archive.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FBuildVersionBuilder > operator<<

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildVersion.h
Include #include "DerivedDataBuildVersion.h"
virtual [FArchive](API\Runtime\Core\Serialization\FArchive) & operator<<
(
    [FName](API\Runtime\Core\UObject\FName) & Value
)

Remarks

Serializes an FName value from or into this archive.

This operator can be implemented by sub-classes that wish to serialize FName instances. This instance.

Parameters

Name Description
Value The value to serialize.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library