MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / Super

Function Super

Source/FlowEditor/Private/Nodes/FlowNodeBlueprintFactory.cpp:239–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237};
238
239END_SLATE_FUNCTION_BUILD_OPTIMIZATION
240
241/*------------------------------------------------------------------------------
242 UFlowNodeBaseBlueprintFactory implementation
243------------------------------------------------------------------------------*/
244
245UFlowNodeBaseBlueprintFactory::UFlowNodeBaseBlueprintFactory(const FObjectInitializer& ObjectInitializer)
246 : Super(ObjectInitializer)
247{
248 SupportedClass = nullptr;
249
250 DefaultParentClass = UFlowNodeBase::StaticClass();
251 ParentClass = DefaultParentClass;
252
253 bCreateNew = true;
254 bEditAfterNew = true;
255}
256
257bool UFlowNodeBaseBlueprintFactory::ConfigureProperties()
258{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected