Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/CompositeDataTable.h |
Include |
#include "Engine/CompositeDataTable.h" |
Source |
/Engine/Source/Runtime/Engine/Private/CompositeDataTable.cpp |
const UCompositeDataTable * FindLoops
(
TArray< const UCompositeDataTable * > AlreadySeenTables
) const
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.