Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Holds a name to class name mapping for adding the named interfaces automatically
| Name | FNamedInterfaceDef |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/NamedInterfaces.h |
| Include Path | #include "NamedInterfaces.h" |
Syntax
USTRUCT ()
struct FNamedInterfaceDef
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNamedInterfaceDef() |
NamedInterfaces.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InterfaceClassName | FString | The class to load and create for the named interface | NamedInterfaces.h | |
| InterfaceName | FName | The name to bind this object to | NamedInterfaces.h |