| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected