Freeze::CleanupObject

Override for types that need access to a PointerTable in order to destroy frozen data.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/MemoryLayout.h

Include

#include "Serialization/MemoryLayout.h"

Syntax

namespace Freeze
{
    void Freeze::CleanupObject
    (
        void * Object,
        const FPointerTableBase * PtrTable
    )
}

Remarks

Override for types that need access to a PointerTable in order to destroy frozen data.

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