Logic Data Layer

An actor that handles the loading and unloading of a world partition data layer.
Events
Description
Named Arguments
OnDataLayerLoaded
Event when the data layer is loaded. Note that this only means the data layer is now active, but its actors are NOT streamed in yet!
-
OnDataLayerUnloaded
Event when the data layer is unloaded.
-
Functions
Description
Parameters
LoadDataLayer
Load the selected data layer, and activate it. Fires 'OnDataLayerLoaded' once finished.
-
UnloadDataLayer
Unload the selected data layer. Fires 'OnDataLayerUnloaded' once finished.
-
Last updated