UClass::FindArchetype

Finds the object that is used as the parent object when serializing properties, overridden for blueprints

Windows
MacOS
Linux

Override Hierarchy

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Syntax

virtual UObject * FindArchetype
(
    const UClass * ArchetypeClass,
    const FName ArchetypeName
) const

Remarks

Finds the object that is used as the parent object when serializing properties, overridden for blueprints

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