UMovieScene3DPathSection::Eval

Evaluates the path track.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DPathSection.h

Include

#include "Sections/MovieScene3DPathSection.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DPathSection.cpp

Syntax

void Eval
(
    USceneComponent * SceneComponent,
    FFrameTime Time,
    USplineComponent * SplineComponent,
    FVector & OutTranslation,
    FRotator & OutRotation
) const

Remarks

Evaluates the path track.

Parameters

Parameter

Description

Time

The position in time within the movie scene.

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