FUncontrolledChangelist::Deserialize

Deserialize the Uncontrolled Changelist from a Json Object.

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
bool Deserialize
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [FJsonObject](API\Runtime\Json\Dom\FJsonObject) > InJsonValue
)

Remarks

Deserialize the Uncontrolled Changelist from a Json Object. True if Deserialization succeeded.

Parameters

Name Description
InJsonValue The Json Object to read from.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library