FGeomCacheTrackProxy::IsTopologyCompatible

Check if the topology of two given SampleIndexes are compatible (ie. same topology)

Windows
MacOS
Linux

Override Hierarchy

FGeomCacheTrackProxy::IsTopologyCompatible()

FGeomCacheTrackAbcFileProxy::IsTopologyCompatible()

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h

Include

#include "GeometryCacheSceneProxy.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Private/GeometryCacheSceneProxy.cpp

Syntax

virtual bool IsTopologyCompatible
(
    int32 SampleIndexA,
    int32 SampleIndexB
)

Remarks

Check if the topology of two given SampleIndexes are compatible (ie. same topology)

Returns

true if the topology is the same

Parameters

Parameter

Description

SampleIndexA

The first sample index to compare the topology

SampleIndexB

The second sample index to compare the topology

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss