NewObject

Overload list

Windows
MacOS
Linux
Name Description

Public function

T *

 

NewObject

(
    UObject* Outer
)

Public function

T *

 

NewObject

(
    UObject* Outer,
    FName Name,
    EObjectFlags Flags,
    UObject* Template,
    bool bCopyTransientsFromClassDefaul...,
    FObjectInstancingGraph* InInst...
)

Public function

T *

 

NewObject

(
    UObject* Outer,
    const UClass* Class,
    FName Name,
    EObjectFlags Flags,
    UObject* Template,
    bool bCopyTransientsFromClassDefaul...,
    FObjectInstancingGraph* InInst...
)

Convenience template for constructing a gameplay object

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