Navigation
API > API/Plugins > API/Plugins/GeometryCacheAbcFile
Inheritance Hierarchy
- FGeomCacheTrackProxyFixLayout
- FGeomCacheTrackProxy
- FGeomCacheTrackAbcFileProxy
References
| Module | GeometryCacheAbcFile |
| Header | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheAbcFileSceneProxy.h |
| Include | #include "GeometryCacheAbcFileSceneProxy.h" |
Syntax
class FGeomCacheTrackAbcFileProxy : public FGeomCacheTrackProxy
Remarks
Track proxy that gets its data from a GeometryCacheAbcFileTrack
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeomCacheTrackAbcFileProxy
(
ERHIFeatureLevel::Type InFeatureLevel |
Overridden from FGeomCacheTrackProxy
| Type | Name | Description | |
|---|---|---|---|
| void | FindSampleIndexesFromTime
(
float Time, |
Find the two frames closest to the given time InterpolationFactor gives the position of the requested time slot between the two returned frames. | |
| bool | GetMeshData
(
int32 SampleIndex, |
Get the MeshData for a given SampleIndex | |
| const FVisibilitySample & | GetVisibilitySample
(
float Time, |
Get the VisibilitySample for a given time | |
| bool | IsTopologyCompatible
(
int32 SampleIndexA, |
Check if the topology of two given SampleIndexes are compatible (ie. same topology) | |
| bool | UpdateMeshData
(
float Time, |
Update the SampleIndex and MeshData for a given time |