Predict Projectile Path (Advanced)

Predict Projectile Path (Advanced)

Windows
MacOS
Linux

Predict the arc of a virtual projectile affected by gravity with collision checks along the arc. Returns true if it hit something.

Target is Gameplay Statics

Predict Projectile Path (Advanced)
Predict Params
Predict Result
Return Value

Inputs

In
Exec
Predict Params
Predict Projectile Path Params Structure (by ref)

Input params to the trace (start location, velocity, time to simulate, etc).

Outputs

Out
Exec
Predict Result
Predict Projectile Path Result Structure

Output result of the trace (Hit result, array of location/velocity/times for each trace step, etc).

Return Value
Boolean

True if hit something along the path (if tracing with collision).

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback