Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGMetadataSettingsBase
Description
By default a node does not specify any pin requirements, and will execute if it has no non-advanced pins or if it has any active connection to any pin. Set the Required status on pin properties to specify which pins must have active connections to avoid getting culled.
Virtual Inheritance
- UPCGSettings::IsInputPinRequiredByExecution → UPCGMetadataSettingsBase::IsInputPinRequiredByExecution
| Name | IsInputPinRequiredByExecution |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataOpElementBase.h |
| Include Path | #include "Elements/Metadata/PCGMetadataOpElementBase.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/Metadata/PCGMetadataOpElementBase.cpp |
virtual bool IsInputPinRequiredByExecution
(
const UPCGPin * InPin
) const