I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:ISessionHandler (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Interface >> ISessionHandler |
- Package:
- WebAdmin
- Known implementing classes:
- SessionHandler
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. |
Session handler interface
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Instance functions[edit]
create[edit]
function ISession create ()
Create a new session
destroy[edit]
Destroy the given session.
destroyAll[edit]
function destroyAll ()
Destroy all sessions
get[edit]
Get an existing session. Returns none when there is no session with that id.