ULevel::CreateActorPackage

Create an package for this actor

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Level.h

Include

#include "Engine/Level.h"

Source

/Engine/Source/Runtime/Engine/Private/Level.cpp

Syntax

static UPackage * CreateActorPackage
(
    UPackage * InLevelPackage,
    const FGuid & InGuid
)

Remarks

Create an package for this actor

Returns

the created package

Parameters

Parameter

Description

InGuid

the guid to generate the name from.

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