UObject::LoadedFromAnotherClass

Called when the object was loaded from another class via active class redirects.

Windows
MacOS
Linux

Override Hierarchy

References

Module

CoreUObject

Header

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

Include

#include "UObject/Object.h"

Syntax

virtual void LoadedFromAnotherClass
(
    const FName & OldClassName
)

Remarks

Called when the object was loaded from another class via active class redirects.

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