Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCompositeDataTable
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/CompositeDataTable.h |
| Include Path | #include "Engine/CompositeDataTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/CompositeDataTable.cpp |
const UCompositeDataTable * FindLoops
(
TArray < const UCompositeDataTable * > AlreadySeenTables
) const