Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/FGeomCacheTrackProxy
- FGeomCacheTrackProxy::IsTopologyCompatible()
- FGeomCacheTrackAbcFileProxy::IsTopologyCompatible()
- FGeomCacheTrackUsdProxy::IsTopologyCompatible()
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 bool IsTopologyCompatible
&40;
int32 SampleIndexA,
int32 SampleIndexB
&41;
Remarks
Check if the topology of two given SampleIndexes are compatible (ie. same topology) true if the topology is the same
Parameters
| Name | Description |
|---|---|
| SampleIndexA | The first sample index to compare the topology |
| SampleIndexB | The second sample index to compare the topology |