Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/UPCGEditorGraphNodeBase
Description
Custom logic to hide some pins to the user (by not creating a UI pin, even if the model pin exists). Useful for deprecation
| Name | ShouldCreatePin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Nodes/PCGEditorGraphNodeBase.h |
| Include Path | #include "Nodes/PCGEditorGraphNodeBase.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/Nodes/PCGEditorGraphNodeBase.cpp |
virtual bool ShouldCreatePin
(
const UPCGPin * InPin
) const