UObjectBase::UObjectBase

Constructor used by StaticAllocateObject Constructor used by StaticAllocateObject

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectBase.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp

Syntax

UObjectBase
(
    UClass * InClass,
    EObjectFlags InFlags,
    EInternalObjectFlags InInternalFlags,
    UObject * InOuter,
    FName InName
)

Remarks

Constructor used by StaticAllocateObject Constructor used by StaticAllocateObject

Parameters

Parameter

Description

InClass

non NULL, this gives the class of the new object, if known at this time

InFlags

RF_Flags to assign

InInternalFlags

EInternalObjectFlags to assign

InOuter

outer for this object

InName

name of the new object

InClass

non NULL, this gives the class of the new object, if known at this time

InFlags

RF_Flags to assign

InOuter

outer for this object

InName

name of the new object

InObjectArchetype

archetype to assign

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