IPortalServiceLocator

Windows
MacOS
Linux

References

Module

PortalServices

Header

/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceLocator.h

Include

#include "IPortalServiceLocator.h"

Syntax

class IPortalServiceLocator

Destructors

Name Description

Public function Virtual

~IPortalServiceLocator()

Virtual destructor.

Functions

Name Description

Public function

void

 

Configure

(
    const FString& ServiceName,
    const FWildcardString& ProductId,
    const FName& ServiceModule
)

Configure a service.

Public function

TSharedPtr< ...

 

GetService

(
    const FString& ProductId
)

Get a service of the specified type.

Protected function

TSharedPtr< ...

 

GetService

(
    const FString& ServiceName,
    const FString& ProductId
)

Get a service of the specified type.

Public function

TSharedRef< ...

 

GetServiceRef

(
    const FString& ProductId
)

Get a service of the specified type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss