Execute_SetDataLayerState
Description
Changes the state value of a DataLayer in World Partition.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Not used (fixed to Self) |
| S1 | AssetPath of the DataLayer to apply |
| (ex: /Game/Data/DataLayers/Gangnam_Map/ShowMapMode.ShowMapMode) | |
| S2 | DataLayer state value to apply: Activated (activate) or Loaded (deactivate) |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Activate the ShowMapMode DataLayer | Self | SetDataLayerState |
| Deactivate the HideMapMode DataLayer | Self | SetDataLayerState |