A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
IPixoCoreInterface Class Reference

Interface for PixoCore functionality. More...

#include <PixoCoreInterface.h>

Inheritance diagram for IPixoCoreInterface:
[legend]

Public Member Functions

UBaseManagerGetManagerRef (TSubclassOf< UBaseManager > ManagerClass)
 Retrieves a reference to the specified manager class.
 
UStoryManagerGetStoryManager ()
 Retrieves the story manager.
 
UStreamingLevelManagerGetStreamingLevelManager ()
 Retrieves the streaming level manager.
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

Interface for PixoCore functionality.

Definition at line 23 of file PixoCoreInterface.h.

Member Function Documentation

◆ GENERATED_BODY()

IPixoCoreInterface::GENERATED_BODY ( )
private

◆ GetManagerRef()

UBaseManager * IPixoCoreInterface::GetManagerRef ( TSubclassOf< UBaseManager > ManagerClass)
BlueprintCallableBlueprintNativeEvent

Retrieves a reference to the specified manager class.

Parameters
ManagerClassThe class of the manager to retrieve.
Returns
A pointer to the manager instance.

UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "Manager")

◆ GetStoryManager()

UStoryManager * IPixoCoreInterface::GetStoryManager ( )
BlueprintCallableBlueprintNativeEvent

Retrieves the story manager.

Returns
The story manager instance.

UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "Manager")

◆ GetStreamingLevelManager()

UStreamingLevelManager * IPixoCoreInterface::GetStreamingLevelManager ( )
BlueprintCallableBlueprintNativeEvent

Retrieves the streaming level manager.

Returns
The streaming level manager instance.

UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "Manager")


The documentation for this class was generated from the following file: