Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCompositeCurveTable
Description
Searches the parent tables to see if there are any loops. Returns a pointer to the first table found that depends on itself if a loop exists. Returns nullptr if no loops are found.
| Name | FindLoops |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/CompositeCurveTable.h |
| Include Path | #include "Engine/CompositeCurveTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/CompositeCurveTable.cpp |
const UCompositeCurveTable * FindLoops
(
TArray < const UCompositeCurveTable * > AlreadySeenTables
) const