UEngine::Experimental_ShouldPreDuplicateMap

If this function returns true, the DynamicSourceLevels collection will be duplicated for the given map.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/Engine.h"

Syntax

virtual bool Experimental_ShouldPreDuplicateMap
(
    const FName MapName
) const

Remarks

If this function returns true, the DynamicSourceLevels collection will be duplicated for the given map. This is necessary to do outside of the editor when we don't have the original editor world, and it's not safe to copy the dynamic levels once they've been fully initialized, so we pre-duplicate them when the original levels are first 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