Navigation
API > API/Plugins > API/Plugins/BlackmagicCore
Inheritance Hierarchy
- IModuleInterface
- FBlackmagicCoreModule
References
| Module | BlackmagicCore |
| Header | /Engine/Plugins/Media/BlackmagicMedia/Source/BlackmagicCore/Public/BlackmagicCoreModule.h |
| Include | #include "BlackmagicCoreModule.h" |
Syntax
class FBlackmagicCoreModule : public IModuleInterface
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Whether a blackmagic card can be used. | ||
| bool | Whether the API is initialized. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. |