Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Named interfaces for Online Subsystem Holds a named object interface for dynamically bound interfaces
| Name | FNamedInterface |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/NamedInterfaces.h |
| Include Path | #include "NamedInterfaces.h" |
Syntax
USTRUCT ()
struct FNamedInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNamedInterface() |
NamedInterfaces.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InterfaceName | FName | The name to bind this object to | NamedInterfaces.h | |
| InterfaceObject | TObjectPtr< UObject > | The object to store at this location | NamedInterfaces.h |