ITakeRecorderDropHandler

Interface registerable through [IModularFeatures](API\Runtime\Core\Features\IModularFeatures) for extendig drag/drop support for the take recorder sources panel

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

ITakeRecorderDropHandler

References

Module

TakeRecorder

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/ITakeRecorderDropHandler.h

Include

#include "ITakeRecorderDropHandler.h"

Syntax

struct ITakeRecorderDropHandler : public IModularFeature

Remarks

Interface registerable through IModularFeatures for extendig drag/drop support for the take recorder sources panel

Destructors

Name Description

Public function Virtual

~ITakeRecorderDropHandler()

Functions

Name Description

Public function

bool

 

CanHandleOperation

(
    TSharedPtr< FDragDropOperation > In...,
    UTakeRecorderSources* Sources
)

Determine whether this drop handler can handle the specified operation

Public function Static

TArray< ITak...

 

GetDropHandlers()

Get all the currently registered drop handlers

Public function

void

 

HandleOperation

(
    TSharedPtr< FDragDropOperation > In...,
    UTakeRecorderSources* Sources
)

Handle a drag drop operation for the specified sources.

Constants

Name

Description

ModularFeatureName

The feature name under which all ITakeRecorderDropHandlers should be registered

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss