You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added comment description to GameSession.h for API reference documentation.
[CL 2607710 by Richard Hinckley in Main branch]
This commit is contained in:
committed by
Richard.Hinckley@epicgames.com
parent
68ded6f889
commit
0c2fc52da3
@@ -11,6 +11,10 @@
|
||||
class UWorld;
|
||||
class APlayerController;
|
||||
|
||||
/**
|
||||
Acts as a game-specific wrapper around the session interface. The game code makes calls to this when it needs to interact with the session interface.
|
||||
A game session exists only the server, while running an online game.
|
||||
*/
|
||||
UCLASS(config=Game, notplaceable)
|
||||
class ENGINE_API AGameSession : public AInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user