UVariant::IsValidDependency

Returns if we can safely trigger Other as a dependency without the danger of cycles.

Windows
MacOS
Linux

References

Module

VariantManagerContent

Header

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/Variant.h

Include

#include "Variant.h"

Source

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Private/Variant.cpp

Syntax

bool IsValidDependency
(
    const UVariant * Other
) const

Remarks

Returns if we can safely trigger Other as a dependency without the danger of cycles.

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