FRemoteControlMIDIProtocolEntity::IsSame

Checks if this entity has the same values as the Other. Used to check for duplicate inputs.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FRemoteControlProtocolEntity::IsSame()

FRemoteControlMIDIProtocolEntity::IsSame()

References

Module

RemoteControlProtocolMIDI

Header

/Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Public/RemoteControlProtocolMIDI.h

Include

#include "RemoteControlProtocolMIDI.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControlProtocolMIDI/Source/RemoteControlProtocolMIDI/Private/RemoteControlProtocolMIDI.cpp

Syntax

virtual bool IsSame
(
    const FRemoteControlProtocolEntity * InOther
)

Remarks

Checks if this entity has the same values as the Other. Used to check for duplicate inputs.