Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UFloorQueryUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void FindFloor
(
const FMovingComponentSet& MovingComps, |
MoveLibrary/FloorQueryUtils.h | ||
static void FindFloor
(
const FMovingComponentSet& MovingComps, |
MoveLibrary/FloorQueryUtils.h |
FindFloor(const FMovingComponentSet &, const FFloorCheckSettings &, const FVector &, FFloorCheckResult &)
| Name | FindFloor |
| 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 |
static void FindFloor
(
const FMovingComponentSet & MovingComps,
const FFloorCheckSettings & FloorCheckSettings,
const FVector & Location,
FFloorCheckResult & OutFloorResult
)
FindFloor(const FMovingComponentSet &, float, float, bool, const FVector &, FFloorCheckResult &, float)
| Name | FindFloor |
| 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 |
static void FindFloor
(
const FMovingComponentSet & MovingComps,
float FloorSweepDistance,
float MaxWalkSlopeCosine,
bool bUseFlatBaseForFloorChecks,
const FVector & Location,
FFloorCheckResult & OutFloorResult,
float PerchRadiusThreshold
)