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

Method Initialize

Source/PCGExtendedToolkit/Private/PCGExSubSystem.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void UPCGExSubSystem::Initialize(FSubsystemCollectionBase& Collection)
24{
25 Super::Initialize(Collection);
26 SharedDataManager = NewObject<UPCGExSharedDataManager>(this);
27 GridIDTracker = NewObject<UPCGExGridIDTracker>(this);
28}
29
30void UPCGExSubSystem::Deinitialize()
31{

Callers 1

ToPointDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected