Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FNodeHandlingFunctor
Description
If the net is a literal, it validates the default value and registers it. Returns true if the net is not a literal, or if it's a literal that is valid. Returns false only for a bogus literal value.
| Name | ValidateAndRegisterNetIfLiteral |
| Type | function |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h |
| Include Path | #include "KismetCompilerMisc.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp |
bool ValidateAndRegisterNetIfLiteral
(
FKismetFunctionContext & Context,
UEdGraphPin * Net
)