UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CStructStructuredSerializableWithDefaults Struct Reference

#include <StructSerializableWithDefaults.h>

Public Member Functions

template<typename StructType >
auto Requires (FStructuredArchiveSlot Slot, StructType *Data, UStruct *DefaultsStruct, const void *Defaults) -> decltype(Data->Serialize(Slot, DefaultsStruct, Defaults))
 

Detailed Description

Describes a struct that can be serialized with defaults.

Member Function Documentation

◆ Requires()

template<typename StructType >
auto CStructStructuredSerializableWithDefaults::Requires ( FStructuredArchiveSlot  Slot,
StructType *  Data,
UStruct DefaultsStruct,
const void Defaults 
) -> decltype(Data->Serialize(Slot, DefaultsStruct, Defaults))

The documentation for this struct was generated from the following file: