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

Function FPointIO

Source/PCGExtendedToolkit/Public/Data/PCGExPointIO.h:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 bool bAllowEmptyOutput = false;
104
105 explicit FPointIO(FPCGExContext* InContext):
106 Context(InContext), WorkPermit(Context->GetWorkPermit()), In(nullptr)
107 {
108 PCGEX_LOG_CTR(FPointIO)
109 }
110
111 explicit FPointIO(FPCGExContext* InContext, const UPCGPointData* InData):
112 Context(InContext), WorkPermit(Context->GetWorkPermit()), In(InData)

Callers

nothing calls this directly

Calls 2

DumpToMethod · 0.80
GetContextMethod · 0.45

Tested by

no test coverage detected