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

Method FPCGExContext

Source/PCGExtendedToolkit/Private/PCGExContext.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102FPCGExContext::FPCGExContext()
103{
104 WorkPermit = MakeShared<PCGEx::FWorkPermit>();
105 ManagedObjects = MakeShared<PCGEx::FManagedObjects>(this, WorkPermit);
106 UniqueNameGenerator = MakeShared<PCGEx::FUniqueNameGenerator>();
107}
108
109FPCGExContext::~FPCGExContext()
110{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected