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

Function ExecuteTask

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

Source from the content-addressed store, hash-verified

1024 TSharedPtr<FBufferBase> Buffer;
1025
1026 virtual void ExecuteTask(const TSharedPtr<PCGExMT::FTaskManager>& AsyncManager) override
1027 {
1028 if (!Buffer) { return; }
1029 Buffer->Write(bEnsureValidKeys);
1030 }
1031 };
1032
1033 static void WriteBuffer(const TSharedPtr<PCGExMT::FTaskManager>& AsyncManager, const TSharedPtr<FBufferBase>& InBuffer, const bool InEnsureValidKeys = true)

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected