Added comment description to GameSession.h for API reference documentation.

[CL 2607710 by Richard Hinckley in Main branch]
This commit is contained in:
Richard Hinckley
2015-07-01 13:18:52 -04:00
committed by Richard.Hinckley@epicgames.com
parent 68ded6f889
commit 0c2fc52da3

View File

@@ -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
{