Struct FUxtPointerFocusSearchResult
Result of closest point search functions.
Namespace:
Assembly: .dll
Syntax
public: struct FUxtPointerFocusSearchResult
Fields
| Improve this Doc View SourceClosestPointOnTarget
Closest point on the primitive to the pointer position.
Declaration
public: FVector ClosestPointOnTarget
Field Value
Type | Description |
---|---|
FVector |
MinDistance
Distance of the closest point to the pointer position.
Declaration
public: float MinDistance
Field Value
Type | Description |
---|---|
float |
Primitive
Primitive that contains the closes point.
Declaration
public: UPrimitiveComponent * Primitive
Field Value
Type | Description |
---|---|
UPrimitiveComponent * |
Target
Closest object that implements the requires pointer target interface.
Declaration
public: UObject * Target
Field Value
Type | Description |
---|---|
UObject * |
Methods
| Improve this Doc View SourceIsValid()
Declaration
public: bool IsValid() const
Returns
Type | Description |
---|---|
bool |