Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Toolkits
Inheritance Hierarchy
- FBaseAssetToolkit
- FEditorUndoClient
- FGCObject
- FCameraVariableCollectionEditorToolkit
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Toolkits/CameraVariableCollectionEditorToolkit.h |
| Include | #include "Toolkits/CameraVariableCollectionEditorToolkit.h" |
Syntax
class FCameraVariableCollectionEditorToolkit :
public FBaseAssetToolkit ,
public FEditorUndoClient ,
public FGCObject
Remarks
Editor toolkit for a camera variable collection.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCameraVariableCollectionEditorToolkit
(
UCameraVariableCollectionEditor* InOwningAssetEditor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FBaseAssetToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void |
Overridden from FAssetEditorToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | InitToolMenuContext
(
FToolMenuContext& MenuContext |
||
| void | Perform any initialization that should happen after the basic toolkit needs are created for the asset editor. |
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 | ||
| FLinearColor | |||
| FString | Returns the localize prefix string to use for tab labels in world-centric mode. | ||
| void | RegisterTabSpawners
(
const TSharedRef< class FTabManager >& InTabManager |
IToolkit interface | |
| void | UnregisterTabSpawners
(
const TSharedRef< FTabManager >& InTabManager |
Unregister tabs that this toolkit can spawn |
Overridden from FEditorUndoClient
| Type | Name | Description | |
|---|---|---|---|
| void | PostRedo
(
bool bSuccess |
Signal that client should run any PostRedo code | |
| void | PostUndo
(
bool bSuccess |
Signal that client should run any PostUndo code |
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 |
Constants
| Name | Description |
|---|---|
| DetailsViewTabId | |
| VariableCollectionEditorTabId |