Navigation
API > API/Plugins > API/Plugins/TakeRecorder
Interface registerable through IModularFeatures for extendig drag/drop support for the take recorder sources panel
| Name | ITakeRecorderDropHandler |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/ITakeRecorderDropHandler.h |
| Include Path | #include "ITakeRecorderDropHandler.h" |
Syntax
struct ITakeRecorderDropHandler : public IModularFeature
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITakeRecorderDropHandler() |
ITakeRecorderDropHandler.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModularFeatureName | FName | The feature name under which all ITakeRecorderDropHandlers should be registered | ITakeRecorderDropHandler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanHandleOperation
(
TSharedPtr< FDragDropOperation > InOperation, |
Determine whether this drop handler can handle the specified operation | ITakeRecorderDropHandler.h | |
void HandleOperation
(
TSharedPtr< FDragDropOperation > InOperation, |
Handle a drag drop operation for the specified sources. | ITakeRecorderDropHandler.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TArray< ITakeRecorderDropHandler * > GetDropHandlers() |
Get all the currently registered drop handlers | ITakeRecorderDropHandler.h |