Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node
Description
Utility function to write messages about orphan nodes in to the compiler log. bStore indicates whether to write immediately to the log, or to store as a potential message to be committed once node pruning has completed
| Name | ValidateOrphanPins |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h |
| Include Path | #include "K2Node.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp |
void ValidateOrphanPins
(
FCompilerResultsLog & MessageLog,
bool bStore
) const