UCompositeCurveTable::FindLoops

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CompositeCurveTable.h

Include

#include "Engine/CompositeCurveTable.h"

Source

/Engine/Source/Runtime/Engine/Private/CompositeCurveTable.cpp

Syntax

const UCompositeCurveTable * FindLoops
(
    TArray< const UCompositeCurveTable * > 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss