Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGMetadataSettingsBase
Description
Helper to check if the InputSource property should be hidden to the user. NumSources should match the number of InputSource's the node has in its current configuration.
| Name | CanEditInputSource |
| 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 |
bool CanEditInputSource
(
const FProperty * InProperty,
int32 NumSources
) const