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
getId
function string getId ()
Return the session identifier
getObject
Get an object instance from this session.
getString
Get a string from this session.
putObject
Add an object to the session
putString
Add a string value to the session.
removeObject
function removeObject (string key)
Remove the entry with the given key
removeString
function removeString (string key)
Remove the entry with the given key
reset
function reset ()
Reset the session's data. The ID will stay the same.