We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920d42a commit 69346a4Copy full SHA for 69346a4
1 file changed
Plugins/PCGExtendedToolkit/Source/PCGExtendedToolkit/Private/PCGExFactoryProvider.cpp
@@ -108,10 +108,9 @@ bool FPCGExFactoryProviderElement::ExecuteInternal(FPCGContext* Context) const
108
if (InContext->IsState(PCGEx::State_InitialExecution))
109
{
110
InContext->OutFactory = Settings->CreateFactory(InContext, nullptr);
111
+
112
if (!InContext->OutFactory) { return true; }
113
- InContext->OutFactory->bQuietMissingInputError = Settings->bQuietMissingInputError;
114
- InContext->OutFactory->bCleanupConsumableAttributes = Settings->bCleanupConsumableAttributes;
115
InContext->OutFactory->OutputConfigToMetadata();
116
117
if (InContext->OutFactory->GetRequiresPreparation(InContext))
0 commit comments