My program doesn't have bugs. It just develops random features.
UE3:Session (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Session |
Contents |
- Package:
- WebAdmin
- Implemented interfaces:
- ISession
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
A session implementation
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
[edit] Properties
[edit] id
Type: string
Modifiers: protected
[edit] objects
Modifiers: protected
[edit] strings
Modifiers: protected
[edit] Structs
[edit] ObjectKV
[edit] StringKV
[edit] Instance functions
[edit] getId
Specified by: ISession.getId
Return the session identifier
[edit] getObject
Specified by: ISession.getObject
Get an object instance from this session.
[edit] getString
Specified by: ISession.getString
Get a string from this session.
[edit] putObject
Specified by: ISession.putObject
Add an object to the session
[edit] putString
Specified by: ISession.putString
Add a string value to the session.
[edit] removeObject
Specified by: ISession.removeObject
Remove the entry with the given key
[edit] removeString
Specified by: ISession.removeString
Remove the entry with the given key
[edit] reset
Specified by: ISession.reset
Reset the session's data. The ID will stay the same.
