Class containing various utility functions for managing PIE (Play In Editor) instances.
More...
#include <Util/PIEHelper.h>
Class containing various utility functions for managing PIE (Play In Editor) instances.
◆ GetPIEIdFromGameInstance()
int32 PIEHelper::GetPIEIdFromGameInstance |
( |
UGameInstance * |
gameInstance | ) |
|
|
static |
Get the Play In Editor instance Id from the Game Instance object.
- Parameters
-
gameInstance | Game instance to get the Id from |
- Returns
- Play In Editor instance Id
◆ GetPIEIdFromWorldContextObject()
int32 PIEHelper::GetPIEIdFromWorldContextObject |
( |
const UObject * |
worldContextObject | ) |
|
|
static |
Get the Play In Editor instance Id from a world context object.
- Parameters
-
worldContextObject | Object to get the Id from |
- Returns
- Play In Editor instance Id