UK2Node_CallDelegate::ValidateNodeDuringCompilation

Gives each visual node a chance to do final validation before it's node is harvested for use at runtime.

Windows
MacOS
Linux

Override Hierarchy

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDelegate.h

Include

#include "K2Node_CallDelegate.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MCDelegate.cpp

Syntax

virtual void ValidateNodeDuringCompilation
(
    class FCompilerResultsLog & MessageLog
) const

Remarks

Gives each visual node a chance to do final validation before it's node is harvested for use at runtime.

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