UAISense_Prediction::RequestPawnPredictionEvent

Asks perception system to supply Requestor with PredictedActor's predicted location in PredictionTime seconds Location is being predicted based on PredicterActor's current location and velocity

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Perception/AISense_Prediction.h

Include

#include "Perception/AISense_Prediction.h"

Source

/Engine/Source/Runtime/AIModule/Private/Perception/AISense_Prediction.cpp

Syntax

static void RequestPawnPredictionEvent
(
    APawn * Requestor,
    AActor * PredictedActor,
    float PredictionTime
)

Remarks

Asks perception system to supply Requestor with PredictedActor's predicted location in PredictionTime seconds Location is being predicted based on PredicterActor's current location and velocity

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss