Strix Unreal SDK
Static Public Member Functions | List of all members
PIEHelper Class Reference

Class containing various utility functions for managing PIE (Play In Editor) instances. More...

#include <Util/PIEHelper.h>

Static Public Member Functions

static int32 GetPIEIdFromGameInstance (UGameInstance *gameInstance)
 Get the Play In Editor instance Id from the Game Instance object. More...
 
static int32 GetPIEIdFromWorldContextObject (const UObject *worldContextObject)
 Get the Play In Editor instance Id from a world context object. More...
 

Detailed Description

Class containing various utility functions for managing PIE (Play In Editor) instances.

Member Function Documentation

◆ GetPIEIdFromGameInstance()

int32 PIEHelper::GetPIEIdFromGameInstance ( UGameInstance *  gameInstance)
static

Get the Play In Editor instance Id from the Game Instance object.

Parameters
gameInstanceGame 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
worldContextObjectObject to get the Id from
Returns
Play In Editor instance Id