UClass::SetupObjectInitializer

Allows class to provide data to the object initializer that can affect how native class subobjects are created.

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 SetupObjectInitializer
(
    FObjectInitializer & ObjectInitializer
) const

Remarks

Allows class to provide data to the object initializer that can affect how native class subobjects are created.

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