Forgot to finish implementation for LuckyDataCaptureSubsystem
This commit is contained in:
parent
4dcd6a6993
commit
4fd0d7965c
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
#include "Lib/LuckyDataCaptureSubsystem.h"
|
#include "Lib/LuckyDataCaptureSubsystem.h"
|
||||||
|
|
||||||
|
#include "Lib/LuckyWorldFunctions.h"
|
||||||
|
|
||||||
|
void ULuckyDataCaptureSubsystem::WriteImageToDisk(UTextureRenderTarget2D* RenderTarget, int32 Count, const FString& Folder)
|
||||||
|
{
|
||||||
|
ULuckyWorldFunctions::SaveRenderTargetToDisk(RenderTarget,Folder);
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
UCLASS()
|
UCLASS()
|
||||||
class LUCKYWORLD_API UDataCaptureSubsystem : public UWorldSubsystem
|
class LUCKYWORLD_API ULuckyDataCaptureSubsystem : public UWorldSubsystem
|
||||||
{
|
{
|
||||||
GENERATED_BODY()
|
GENERATED_BODY()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user