Files
UnrealEngineUWP/Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Public/IOpenCVHelperModule.h
simon therriault 0ea46cf1e2 - Updating opencv to 4.5 version
- still Windows platform only

#jira UETOOL-4742
#rb geoffrey.douglas, alejandro.arango, chris.norden
#preflight 61e817fd614a721b0c41c7d0

#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 18657870 in //UE5/Release-5.0/... via CL 18657890 via CL 18657913
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v900-18638592)

[CL 18657937 by simon therriault in ue5-main branch]
2022-01-19 09:46:08 -05:00

18 lines
270 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Modules/ModuleInterface.h"
/**
*
*/
class IOpenCVHelperModule : public IModuleInterface
{
public:
/** Virtual destructor. */
virtual ~IOpenCVHelperModule() {}
};