ULevel::DetachAttachAllActorsPackages

Detach or reattach all level actors to from/to their external package

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

void DetachAttachAllActorsPackages
(
    bool bReattach
)

Remarks

Detach or reattach all level actors to from/to their external package

Parameters

Parameter

Description

bReattach

if false will detach actors from their external package until reattach is called, passing true will reattach actors, no-op for non external actors

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