FKismetCompilerUtilities::ValidateProperEndExecutionPath

Checks if each execution path ends with a Return node

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

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

Include

#include "KismetCompilerMisc.h"

Source

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

Syntax

static void ValidateProperEndExecutionPath
(
    FKismetFunctionContext & Context
)

Remarks

Checks if each execution path ends with a Return node

Checks if the execution path ends with a Return node

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