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 FNamedInterface
Remarks
Named interfaces for Online Subsystem Holds a named object interface for dynamically bound interfaces
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | InterfaceName | The name to bind this object to | |
| TObjectPtr< UObject > | InterfaceObject | The object to store at this location |
Constructors
| Type | Name | Description | |
|---|---|---|---|