Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfile
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 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. |