Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Toolkits
Inheritance Hierarchy
- IAssetEditorInstance
- FBaseToolkit
- TSharedFromThis
- FAssetEditorToolkit
- FBaseAssetToolkit
- FCameraRigTransitionEditorToolkit
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Toolkits/CameraRigTransitionEditorToolkit.h |
| Include | #include "Toolkits/CameraRigTransitionEditorToolkit.h" |
Syntax
class FCameraRigTransitionEditorToolkit : public FBaseAssetToolkit
Remarks
Editor toolkit for camera transitions.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCameraRigTransitionEditorToolkit
(
UAssetEditor* InOwningAssetEditor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetTransitionOwner
(
UObject* InTransitionOwner |
Overridden from FBaseAssetToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void |
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< FTabManager >& InTabManager |
IToolkit interface | |
| void | UnregisterTabSpawners
(
const TSharedRef< FTabManager >& InTabManager |
Unregister tabs that this toolkit can spawn |