初始提交: UE5.3项目基础框架
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CesiumAsync/ITaskProcessor.h"
|
||||
#include "HAL/Platform.h"
|
||||
|
||||
class CESIUMRUNTIME_API UnrealTaskProcessor
|
||||
: public CesiumAsync::ITaskProcessor {
|
||||
public:
|
||||
virtual void startTask(std::function<void()> f) override;
|
||||
};
|
||||
Reference in New Issue
Block a user