Cogito, ergo sum
UE3:ISession (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Interface >> ISession |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
A session interface
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Instance functions[edit]
getId[edit]
function string getId ()
Return the session identifier
getObject[edit]
Get an object instance from this session.
getString[edit]
Get a string from this session.
putObject[edit]
Add an object to the session
putString[edit]
Add a string value to the session.
removeObject[edit]
function removeObject (string key)
Remove the entry with the given key
removeString[edit]
function removeString (string key)
Remove the entry with the given key
reset[edit]
function reset ()
Reset the session's data. The ID will stay the same.