Method GetMultiplayerRoleForBuildTarget
GetMultiplayerRoleForBuildTarget(NamedBuildTarget)
Gets the multiplayer role mask that is going to be used for the provided build target.
Declaration
public static MultiplayerRoleFlags GetMultiplayerRoleForBuildTarget(NamedBuildTarget namedBuildTarget)
Parameters
Type | Name | Description |
---|---|---|
NamedBuildTarget | namedBuildTarget | The build target to get the multiplayer role mask for. |
Returns
Type | Description |
---|---|
MultiplayerRoleFlags | Returns the multiplayer role mask for the provided build target. |