Class OnlineBeaconHostObject
Base class for any unique beacon connectivity, paired with an AOnlineBeaconClient implementation By defining a beacon type and implementing the ability to spawn unique AOnlineBeaconClients, any two instances of the engine
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.OnlineSubsystemUtils
Assembly: UE4DotNet.dll
Syntax
public class OnlineBeaconHostObject : Actor
Remarks
can communicate with each other without officially connecting through normal Unreal networking
Properties
| Improve this Doc View SourceClientActors
List of all client beacon actors with active connections
Declaration
public ObjectArrayField<OnlineBeaconClient> ClientActors { get; }
Property Value
Type | Description |
---|---|
ObjectArrayField<OnlineBeaconClient> |
ClientBeaconActorClass
Class reference for spawning client beacon actor
Declaration
public SubclassOf<OnlineBeaconClient> ClientBeaconActorClass { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<OnlineBeaconClient> |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static OnlineBeaconHostObject DefaultObject { get; }
Property Value
Type | Description |
---|---|
OnlineBeaconHostObject |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static OnlineBeaconHostObject New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
OnlineBeaconHostObject |
Operators
| Improve this Doc View SourceImplicit(IntPtr to OnlineBeaconHostObject)
Convert from IntPtr to UObject
Declaration
public static implicit operator OnlineBeaconHostObject(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
OnlineBeaconHostObject |