UClass::SerializeSparseClassData

Serializes the associated sparse class data for the passed in object using the given archive slot.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp

Syntax

void SerializeSparseClassData
(
    FStructuredArchive::FSlot Slot
)

Remarks

Serializes the associated sparse class data for the passed in object using the given archive slot. This should only be called if the class has an associated sparse data structure.

Parameters

Parameter

Description

Slot

the structured archive slot to serialize from

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