FNamedInterface

Named interfaces for Online SubsystemHolds a named object interface for dynamically bound interfaces

Choose your operating system:

Windows

macOS

Linux

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 SubsystemHolds a named object interface for dynamically bound interfaces

Variables

Name Description

Public variable UProperty

FName

 

InterfaceName

The name to bind this object to

Public variable UProperty

TObjectPtr< UOb...

 

InterfaceObject

The object to store at this location

Constructors

Name Description

Public function

FNamedInterface()