Show / Hide Table of Contents

Struct GameplayDebuggerPlayerData

Gameplay Debugger Player Data

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.GameplayDebugger
Assembly: UE4DotNet.dll
Syntax
public struct GameplayDebuggerPlayerData

Properties

| Improve this Doc View Source

Controller

Controller

Declaration
public GameplayDebuggerLocalController Controller { get; set; }
Property Value
Type Description
GameplayDebuggerLocalController
| Improve this Doc View Source

InputComponent

Input Component

Declaration
public InputComponent InputComponent { get; set; }
Property Value
Type Description
InputComponent
| Improve this Doc View Source

Replicator

Replicator

Declaration
public GameplayDebuggerCategoryReplicator Replicator { get; set; }
Property Value
Type Description
GameplayDebuggerCategoryReplicator
  • Improve this Doc
  • View Source
Back to top Generated by DocFX