UGeometryCacheTrackStreamable::GetSampleInfo

Get the info for the sample displayed at the given time.

Windows
MacOS
Linux

Override Hierarchy

UGeometryCacheTrack::GetSampleInfo()

UGeometryCacheTrackStreamable::GetSampleInfo()

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackStreamable.h

Include

#include "GeometryCacheTrackStreamable.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackStreamable.cpp

Syntax

virtual const FGeometryCacheTrackSampleInfo & GetSampleInfo
(
    float Time,
    const bool bLooping
)

Remarks

Get the info for the sample displayed at the given time.

Parameters

Parameter

Description

Time

(Elapsed)Time to check against

bLooping

Whether or not the animation is being played in a loop

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