Navigation
API > API/Plugins > API/Plugins/TakeRecorder
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
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanHandleOperation
(
TSharedPtr< FDragDropOperation > InOperation, |
Determine whether this drop handler can handle the specified operation | |
| TArray< ITakeRecorderDropHandler * > | Get all the currently registered drop handlers | ||
| void | HandleOperation
(
TSharedPtr< FDragDropOperation > InOperation, |
Handle a drag drop operation for the specified sources. |
Constants
| Name | Description |
|---|---|
| ModularFeatureName | The feature name under which all ITakeRecorderDropHandlers should be registered |