UCompositeDataTable::FindLoops

Searches the parent tables to see if there are any loops.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CompositeDataTable.h

Include

#include "Engine/CompositeDataTable.h"

Source

/Engine/Source/Runtime/Engine/Private/CompositeDataTable.cpp

Syntax

const UCompositeDataTable * FindLoops
(
    TArray< const UCompositeDataTable * > AlreadySeenTables
) const

Remarks

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.