Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the owning game instance for this world | Engine/World.h | ||
T * GetGameInstance () |
Returns the OwningGameInstance cast to the template type. | Engine/World.h |
GetGameInstance()
Description
Returns the owning game instance for this world
| Name | GetGameInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
UGameInstance * GetGameInstance() const
GetGameInstance()
Description
Returns the OwningGameInstance cast to the template type.
| Name | GetGameInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
template<class T>
T * GetGameInstance() const