Skip to content

Commit 69346a4

Browse files
committed
Update PCGExFactoryProvider.cpp
1 parent 920d42a commit 69346a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Plugins/PCGExtendedToolkit/Source/PCGExtendedToolkit/Private/PCGExFactoryProvider.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,9 @@ bool FPCGExFactoryProviderElement::ExecuteInternal(FPCGContext* Context) const
108108
if (InContext->IsState(PCGEx::State_InitialExecution))
109109
{
110110
InContext->OutFactory = Settings->CreateFactory(InContext, nullptr);
111+
111112
if (!InContext->OutFactory) { return true; }
112113

113-
InContext->OutFactory->bQuietMissingInputError = Settings->bQuietMissingInputError;
114-
InContext->OutFactory->bCleanupConsumableAttributes = Settings->bCleanupConsumableAttributes;
115114
InContext->OutFactory->OutputConfigToMetadata();
116115

117116
if (InContext->OutFactory->GetRequiresPreparation(InContext))

0 commit comments

Comments
 (0)