UClass::PostLoadDefaultObject

Wraps the [PostLoad()](API\Runtime\CoreUObject\UObject\UClass\PostLoad) call for the class default object.

Windows
MacOS
Linux

Override Hierarchy

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Syntax

virtual void PostLoadDefaultObject
(
    UObject * Object
)

Remarks

Wraps the PostLoad() call for the class default object.

Parameters

Parameter

Description

Object

the default object to call PostLoad() on

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