Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UFloorQueryUtils
Description
Try to find a floor underneath a Mover actor. Requires use of UCommonLegacyMovementSettings.
| Name | TryFindFloor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/FloorQueryUtils.h |
| Include Path | #include "MoveLibrary/FloorQueryUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/FloorQueryUtils.cpp |
UFUNCTION (BlueprintCallable, Category=Mover)
static void TryFindFloor
(
UMoverComponent * MoverComp,
bool & DidFindWalkableFloor,
FFloorCheckResult & FloorResult
)