Struct FindFloorResult
Data about the floor for walking movement, used by CharacterMovementComponent.
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 FindFloorResult
Fields
| Improve this Doc View SourcebBlockingHit
Declaration
public bool bBlockingHit
Field Value
Type | Description |
---|---|
System.Boolean |
bLineTrace
Declaration
public bool bLineTrace
Field Value
Type | Description |
---|---|
System.Boolean |
bWalkableFloor
Declaration
public bool bWalkableFloor
Field Value
Type | Description |
---|---|
System.Boolean |
FloorDist
Declaration
public float FloorDist
Field Value
Type | Description |
---|---|
System.Single |
LineDist
Declaration
public float LineDist
Field Value
Type | Description |
---|---|
System.Single |