Struct HitResult
Structure containing information about one hit of a trace, such as point of impact and surface normal at that point.
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)
Assembly: UE4DotNet.dll
Syntax
Fields
|
Improve this Doc
View Source
bBlockingHit
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BoneName
Declaration
Field Value
|
Improve this Doc
View Source
bStartPenetrating
Declaration
public bool bStartPenetrating
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Distance
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
FaceIndex
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Item
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MyBoneName
Declaration
Field Value
|
Improve this Doc
View Source
PenetrationDepth
Declaration
public float PenetrationDepth
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Time
Declaration
Field Value
Type |
Description |
System.Single |
|