UAIGraph::Serialize

Handles reading, writing, and reference collecting using [FArchive](API\Runtime\Core\Serialization\FArchive).

Unreal Engine C++ API Reference > Editor > AIGraph > UAIGraph

References

   
Module AIGraph
Header /Engine/Source/Editor/AIGraph/Classes/AIGraph.h
Include #include "AIGraph.h"
Source /Engine/Source/Editor/AIGraph/Private/AIGraph.cpp
virtual void Serialize
(
    [FArchive](API\Runtime\Core\Serialization\FArchive) & Ar
)

Remarks

Handles reading, writing, and reference collecting using FArchive. This implementation handles all FProperty serialization, but can be overridden for native variables.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library