UDataLayerEditorSubsystem::ToggleDataLayersIsLoadedInEditor

Toggles the IsLoadedInEditor flag of all of the DataLayers

Unreal Engine C++ API Reference > Editor > DataLayerEditor > DataLayer > UDataLayerEditorSubsystem

References

   
Module DataLayerEditor
Header /Engine/Source/Editor/DataLayerEditor/Public/DataLayer/DataLayerEditorSubsystem.h
Include #include "DataLayer/DataLayerEditorSubsystem.h"
Source /Engine/Source/Editor/DataLayerEditor/Private/DataLayer/DataLayerEditorSubsystem.cpp
bool ToggleDataLayersIsLoadedInEditor
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [UDataLayerInstance](API\Runtime\Engine\WorldPartition\DataLayer\UDataLayerInstance) * > & DataLayers,
    const bool bIsFromUserChange
)

Remarks

Toggles the IsLoadedInEditor flag of all of the DataLayers

Parameters

Name Description
DataLayers The DataLayers to affect
bIsFromUserChange If this change originates from a user change or not.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library