Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UFloorQueryUtils
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/FloorQueryUtils.h |
| Include | #include "MoveLibrary/FloorQueryUtils.h" |
Syntax
UCLASS ()
class UFloorQueryUtils : public UBlueprintFunctionLibrary
Remarks
FloorQueryUtils: a collection of stateless static BP-accessible functions for a variety of operations involving floor checks
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ComputeFloorDist
(
const USceneComponent* UpdatedComponent, |
||
| void | FindFloor
(
const USceneComponent* UpdatedComponent, |
||
| bool | FloorSweepTest
(
const UPrimitiveComponent* UpdatedPrimitive, |
||
| bool | IsHitSurfaceWalkable
(
const FHitResult& Hit, |
||
| bool | IsWithinEdgeTolerance
(
const FVector& CapsuleLocation, |
Return true if the 2D distance to the impact point is inside the edge tolerance (CapsuleRadius minus a small rejection threshold). |