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

Function FBufferBase

Source/PCGExtendedToolkit/Public/Data/PCGExData.h:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 bool bReadComplete = false;
116
117 FBufferBase(const TSharedRef<FPointIO>& InSource, const FName InFullName):
118 FullName(InFullName), Source(InSource)
119 {
120 PCGEX_LOG_CTR(FBufferBase)
121 }
122
123 uint64 GetUID() const { return UID; }
124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected