MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / CreateFactory

Method CreateFactory

Source/PCGExtendedToolkit/Private/PCGExSorting.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81UPCGExFactoryData* UPCGExSortingRuleProviderSettings::CreateFactory(FPCGExContext* InContext, UPCGExFactoryData* InFactory) const
82{
83 UPCGExSortingRule* NewFactory = InContext->ManagedObjects->New<UPCGExSortingRule>();
84 NewFactory->Priority = Priority;
85 NewFactory->Config = Config;
86 return Super::CreateFactory(InContext, NewFactory);
87}
88
89#if WITH_EDITOR
90FString UPCGExSortingRuleProviderSettings::GetDisplayName() const { return Config.GetDisplayName(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected