UScriptStruct::ICppStructOps::Serialize

Serialize this structure

Windows
MacOS
Linux

Override Hierarchy

UScriptStruct::ICppStructOps::Serialize()

UScriptStruct::TCppStructOps::Serialize()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

bool Serialize
(
    FArchive & Ar,
    void * Data
)

Remarks

Serialize this structure

Returns

true if the package is new enough to support this, if false, it will fall back to ordinary script struct serialization

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss