Navigation
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...)