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 bool IsTopologyCompatible
(
int32 SampleIndexA,
int32 SampleIndexB
)
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 |