FSimpleParametricMotion::MapTimeToTransform

Actually turn the given position into a transform. Again, should be static and not conditional on changing state outside of the network sim.

Windows
MacOS
Linux

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/ParametricMovement.h

Include

#include "ParametricMovement.h"

Source

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/ParametricMovement.cpp

Syntax

void MapTimeToTransform
(
    const float InPosition,
    FTransform & OutTransform
) const

Remarks

Actually turn the given position into a transform. Again, should be static and not conditional on changing state outside of the network sim.

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