ILauncherSimpleProfile::Serialize

Serializes the simple profile from or into the specified archive.

Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherSimpleProfile

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h
Include #include "ILauncherProfile.h"
bool Serialize
(
    [FArchive](API\Runtime\Core\Serialization\FArchive) & Archive
)

Remarks

Serializes the simple profile from or into the specified archive. true if the profile was serialized, false otherwise.

Parameters

Name Description
Archive The archive to serialize from or into.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library