Navigation
API > API/Plugins > API/Plugins/GeometryCacheAbcFile > API/Plugins/GeometryCacheAbcFile/FGeomCacheTrackAbcFileProxy
- FGeomCacheTrackProxy::IsTopologyCompatible()
- FGeomCacheTrackAbcFileProxy::IsTopologyCompatible()
References
| Module | GeometryCacheAbcFile |
| Header | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheAbcFileSceneProxy.h |
| Include | #include "GeometryCacheAbcFileSceneProxy.h" |
| Source | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Private/GeometryCacheAbcFileSceneProxy.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 |