Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FNiagaraParameterDragOperation
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraActions.h |
Include | #include "NiagaraActions.h" |
Syntax
class FNiagaraParameterDragOperation : public FDecoratedDragDropOp
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FNiagaraParameterDragOperation
(
TSharedPtr< FEdGraphSchemaAction > InSourceAction |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const TSharedPtr< FEdGraphSchemaAction > & | ||
![]() ![]() |
const FString & | GetTypeId () |
|
![]() ![]() |
EVisibility | ||
![]() |
void | SetAdditionalText
(
FText InAdditionalText |
Overridden from FDragDropOperation
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
TSharedPtr< SWidget > | The widget decorator to use | |
![]() ![]() ![]() |
bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |