IAnimBlueprintCompilationContext::ValidateGraphIsWellFormedImpl

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

Unreal Engine C++ API Reference > Editor > AnimGraph > IAnimBlueprintCompilationContext

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintCompilationContext.h
Include #include "IAnimBlueprintCompilationContext.h"
bool ValidateGraphIsWellFormedImpl
(
    [UEdGraph](API\Runtime\Engine\EdGraph\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...)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library