Show / Hide Table of Contents

Struct KeyBind

Struct containing mappings for legacy method of binding keys to exec commands.

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.Engine
Assembly: UE4DotNet.dll
Syntax
public struct KeyBind

Fields

| Improve this Doc View Source

Alt

Declaration
public bool Alt
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bDisabled

Declaration
public bool bDisabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIgnoreAlt

Declaration
public bool bIgnoreAlt
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIgnoreCmd

Declaration
public bool bIgnoreCmd
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIgnoreCtrl

Declaration
public bool bIgnoreCtrl
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIgnoreShift

Declaration
public bool bIgnoreShift
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Cmd

Declaration
public bool Cmd
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Control

Declaration
public bool Control
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Shift

Declaration
public bool Shift
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX