Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/SCameraRigAssetEditor
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SCameraRigAssetEditor.h |
| Include Path | #include "Editors/SCameraRigAssetEditor.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCameraRigAssetEditor >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SCameraRigAssetEditor > → SCameraRigAssetEditor::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Editors/SCameraRigAssetEditor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Editors/SCameraRigAssetEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AssetEditorToolkit
(
TWeakPtr< FAssetEditorToolkit > InArg |
The toolkit inside which this editor lives, if any. | Editors/SCameraRigAssetEditor.h | |
WidgetArgsType & CameraRigAsset
(
TObjectPtr< UCameraRigAsset > InArg |
The camera rig asset to edit. | Editors/SCameraRigAssetEditor.h | |
WidgetArgsType & DetailsView
(
TSharedPtr< IDetailsView > InArg |
The details view to synchronize with the graph selection. | Editors/SCameraRigAssetEditor.h |