ITakeRecorderDropHandler::CanHandleOperation

Determine whether this drop handler can handle the specified operation

Windows
MacOS
Linux

References

Module

TakeRecorder

Header

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

Include

#include "ITakeRecorderDropHandler.h"

Syntax

bool CanHandleOperation
(
    TSharedPtr< FDragDropOperation > InOperation,
    UTakeRecorderSources * Sources
)

Remarks

Determine whether this drop handler can handle the specified operation

Parameters

Parameter

Description

InOperation

The drag drop operation to be handled

Sources

The sources to add any dropped items to

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