Navigation
API > API/Plugins > API/Plugins/GeometryCacheUSD > API/Plugins/GeometryCacheUSD/FGeomCacheTrackUsdProxy
- FGeomCacheTrackProxy::IsTopologyCompatible()
- FGeomCacheTrackUsdProxy::IsTopologyCompatible()
References
| Module | GeometryCacheUSD |
| Header | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Public/GeometryCacheUSDSceneProxy.h |
| Include | #include "GeometryCacheUSDSceneProxy.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Private/GeometryCacheUSDSceneProxy.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 |