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