There is no spoon
UE3:ISession (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Interface >> ISession |
Contents |
| 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 interface
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
[edit] Instance functions
[edit] getId
function string getId ()
Return the session identifier
[edit] getObject
Get an object instance from this session.
[edit] getString
Get a string from this session.
[edit] putObject
Add an object to the session
[edit] putString
Add a string value to the session.
[edit] removeObject
function removeObject (string key)
Remove the entry with the given key
[edit] removeString
function removeString (string key)
Remove the entry with the given key
[edit] reset
function reset ()
Reset the session's data. The ID will stay the same.
