Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCache > FGeomCacheTrackProxy
References
Module | GeometryCache |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h |
Include | #include "GeometryCacheSceneProxy.h" |
Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheSceneProxy.cpp |
virtual const FVisibilitySample & GetVisibilitySample
(
float Time,
const bool bLooping
) const
Remarks
Get the VisibilitySample for a given time the VisibilitySample that corresponds to the given time
Parameters
Name | Description |
---|---|
Time | (Elapsed)Time to check against |
bLooping | Whether or not the animation is being played in a loop |