UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAIPredictionEvent Struct Reference

#include <AISense_Prediction.h>

Public Types

typedef UAISense_Prediction FSenseClass
 

Public Member Functions

 FAIPredictionEvent ()
 
 FAIPredictionEvent (AActor *InRequestor, AActor *InPredictedActor, float PredictionTime)
 

Public Attributes

TObjectPtr< AActorRequestor
 
TObjectPtr< AActorPredictedActor
 
float TimeToPredict
 

Member Typedef Documentation

◆ FSenseClass

Constructor & Destructor Documentation

◆ FAIPredictionEvent() [1/2]

FAIPredictionEvent::FAIPredictionEvent ( )
inline

◆ FAIPredictionEvent() [2/2]

FAIPredictionEvent::FAIPredictionEvent ( AActor InRequestor,
AActor InPredictedActor,
float  PredictionTime 
)
inline

Member Data Documentation

◆ PredictedActor

TObjectPtr<AActor> FAIPredictionEvent::PredictedActor

◆ Requestor

TObjectPtr<AActor> FAIPredictionEvent::Requestor

◆ TimeToPredict

float FAIPredictionEvent::TimeToPredict

The documentation for this struct was generated from the following file: