Karma Engine
Loading...
Searching...
No Matches
Karma
src
Karma
Engine
GameViewportClient.h
1
#pragma once
2
3
#include "krpch.h"
4
5
#include "
Object.h
"
6
7
namespace
Karma
8
{
23
class
UGameViewportClient
:
public
UObject
24
{
25
DECLARE_KARMA_CLASS(
UGameViewportClient
,
UObject
)
26
27
protected
:
28
/* The relative world context for this viewport */
29
class
UWorld
* m_World;
30
31
};
32
}
Object.h
This file contains the class UObject along with helper functions.
Karma::UGameViewportClient
Definition
GameViewportClient.h:24
Karma::UObject
The base class of all the game code relevant objects.
Definition
Object.h:106
Karma::UWorld
Definition
World.h:108
Generated by
1.12.0