Navigation
Unreal Engine C++ API Reference > Developer > UncontrolledChangelists > FUncontrolledChangelist
References
Module | UncontrolledChangelists |
Header | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelist.h |
Include | #include "UncontrolledChangelist.h" |
Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelist.cpp |
void Serialize ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [FJsonObject](API\Runtime\Json\Dom\FJsonObject) > OutJsonObject ) const
Remarks
Serialize the Uncontrolled Changelist to a Json Object.
Parameters
Name | Description |
---|---|
OutJsonObject | The Json Object used to serialize. |