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 |
bool Deserialize ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FJsonObject](API\Runtime\Json\Dom\FJsonObject) > InJsonValue )
Remarks
Deserialize the state of the Uncontrolled Changelist from a Json Object. True if Deserialization succeeded.
Parameters
Name | Description |
---|---|
InJsonValue | The Json Object to read from. |