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

Method Validate

Source/PCGExtendedToolkit/Private/Data/PCGExData.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224#pragma endregion
225
226 bool FReadableBufferConfig::Validate(FPCGExContext* InContext, const TSharedRef<FFacade>& InFacade) const
227 {
228 return true;
229 }
230
231 void FReadableBufferConfig::Fetch(const TSharedRef<FFacade>& InFacade, const PCGExMT::FScope& Scope) const
232 {

Callers 2

GetProxyBufferFunction · 0.45
BootMethod · 0.45

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected