Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FAIMoveRequest
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/AITypes.h |
| Include | #include "AITypes.h" |
FAIMoveRequest & SetApplyCostLimitFromHeuristic
&40;
bool bApply,
float InCostLimitFactor,
float InMinimumCostLimit
&41;
Remarks
Defines if the underlying pathfind query should limit its exploration based on the navigation cost
Parameters
| Name | Description |
|---|---|
| bApply | if set - the pathfind query cost will be limited based on the heuristic between the start and end location |
| InCostLimitFactor | this multiplier is used to compute a max node cost allowed to the open list (cost limit = CostLimitFactor*InitialHeuristicEstimate) |
| InMinimumCostLimit | minimum cost limit clamping value (in cost units) used to allow large deviation in short paths |