Navigation
Unreal Engine C++ API Reference > Plugins > DataflowEditor > Dataflow
Inheritance Hierarchy
- FAssetEditorToolkit
- FTickableEditorObject
- FNotifyHook
- FGCObject
- FDataflowEditorToolkit
References
Module | DataflowEditor |
Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorToolkit.h |
Include | #include "Dataflow/DataflowEditorToolkit.h" |
Syntax
class FDataflowEditorToolkit :
public FAssetEditorToolkit,
public FTickableEditorObject,
public FNotifyHook,
public FGCObject
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Overridden from IToolkit
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FText | Returns the localized name of this toolkit type (typically just " |
|
![]() ![]() ![]() |
FName | Returns the invariant name of this toolkit type | |
![]() ![]() ![]() |
FText | Returns the localized name of this toolkit | |
![]() ![]() ![]() |
FText | Returns the localized tooltip text of this toolkit | |
![]() ![]() ![]() |
FLinearColor | ||
![]() ![]() ![]() |
FString | Returns the localize prefix string to use for tab labels in world-centric mode. | |
![]() ![]() |
void | RegisterTabSpawners
(
const TSharedRef< FTabManager >& TabManager |
Tab spawners. |
![]() ![]() |
void | UnregisterTabSpawners
(
const TSharedRef< class FTabManager >& TabManager |
Unregister tabs that this toolkit can spawn |
Overridden from FTickableObjectBase
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
TStatId | GetStatId () |
Return the stat id to use for this tickable |
![]() ![]() ![]() |
bool | IsTickable () |
Virtual that can be overloaded by the inheriting class. |
![]() ![]() |
void | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |
Overridden from FGCObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. |
![]() ![]() ![]() |
FString | Overload this method to report a name for your referencer |