FGraphCompilerContext::ValidateGraphIsWellFormed

Performs standard validation on the graph (outputs point to inputs, no more than one connection to each input, types match on both ends, etc...)

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/EdGraphCompilerUtilities.h

Include

#include "EdGraphCompilerUtilities.h"

Source

/Engine/Source/Editor/KismetCompiler/Private/EdGraphCompiler.cpp

Syntax

bool ValidateGraphIsWellFormed
(
    UEdGraph * Graph
) const

Remarks

Performs standard validation on the graph (outputs point to inputs, no more than one connection to each input, types match on both ends, etc...)

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