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