@Structure.FieldOrder(value={"ApiVersion","SessionName","BucketId","MaxPlayers","LocalUserId","IsPresenceEnabled","SessionId","IsSanctionsEnabled","AllowedPlatformIds","AllowedPlatformIdsCount"})
public class EOS_Sessions_CreateSessionModificationOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Sessions_CreateSessionModificationOptions.ByReference |
static class |
EOS_Sessions_CreateSessionModificationOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.ptr.IntByReference |
AllowedPlatformIds
Array of platform IDs indicating the player platforms allowed to register with the session.
|
int |
AllowedPlatformIdsCount
Number of platform IDs in the array
|
int |
ApiVersion
API Version: Set this to
EOS_SESSIONS_CREATESESSIONMODIFICATION_API_LATEST. |
java.lang.String |
BucketId
Bucket ID associated with the session
|
static int |
EOS_SESSIONS_CREATESESSIONMODIFICATION_API_LATEST
The most recent version of the EOS_Sessions_CreateSessionModification API.
|
EOS_Bool |
IsPresenceEnabled
Determines whether or not this session should be the one associated with the local user's presence information.
|
EOS_Bool |
IsSanctionsEnabled
If true, sanctioned players can neither join nor register with this session and, in the case of join,
will return EOS_EResult code EOS_Sessions_PlayerSanctioned
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the local user associated with the session
|
int |
MaxPlayers
Maximum number of players allowed in the session
|
java.lang.String |
SessionId
Optional session id - set to a globally unique value to override the backend assignment
If not specified the backend service will assign one to the session.
|
java.lang.String |
SessionName
Name of the session to create
|
| Constructor and Description |
|---|
EOS_Sessions_CreateSessionModificationOptions() |
EOS_Sessions_CreateSessionModificationOptions(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static int EOS_SESSIONS_CREATESESSIONMODIFICATION_API_LATEST
public int ApiVersion
EOS_SESSIONS_CREATESESSIONMODIFICATION_API_LATEST.public java.lang.String SessionName
public java.lang.String BucketId
public int MaxPlayers
public EOS_ProductUserId LocalUserId
public EOS_Bool IsPresenceEnabled
public java.lang.String SessionId
EOS_Defines.EOS_SESSIONMODIFICATION_MIN_SESSIONIDOVERRIDE_LENGTH, EOS_Defines.EOS_SESSIONMODIFICATION_MAX_SESSIONIDOVERRIDE_LENGTH]public EOS_Bool IsSanctionsEnabled
public com.sun.jna.ptr.IntByReference AllowedPlatformIds
public int AllowedPlatformIdsCount