Show / Hide Table of Contents

Struct ConstraintDescription

A description of how to apply a simple transform constraint

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

Fields

| Improve this Doc View Source

bParent

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

bRotation

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

bScale

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

bTranslation

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