An actor that handles the loading and unloading of a world partition data layer.
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.
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 6 months ago