|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Comparator for sorting Articy nodes based on their X position. More...
#include <ArticyImporterHelpers.h>
Public Member Functions | |
| FORCEINLINE bool | operator() (const FArticyId &A, const FArticyId &B) const |
| Comparison operator for sorting nodes based on position. | |
Comparator for sorting Articy nodes based on their X position.
This helper struct provides a comparator for sorting two Articy nodes based on their X position. If two nodes have the same X position, they are further sorted by their Y position.
|
inline |
Comparison operator for sorting nodes based on position.
| A | The first Articy node ID to compare. |
| B | The second Articy node ID to compare. |