Navigation
Unreal Engine C++ API Reference > Plugins > MediaIOCore
References
Module | MediaIOCore |
Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDefinitions.h |
Include | #include "MediaIOCoreDefinitions.h" |
Syntax
USTRUCT&40;&41;
struct FMediaIODevice
Remarks
Identifies a device.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
int32 | DeviceIdentifier | The device identifier. |
![]() ![]() ![]() |
FName | DeviceName | The retail/display name of the Device. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMediaIOCoreDevice |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsValid () |
Return true if the device has been set properly |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FMediaIODevice& Other |