Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Editors
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UObjectTreeGraphNode
- UCameraRigInterfaceParameterGraphNode
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/CameraRigInterfaceParameterGraphNode.h |
| Include | #include "Editors/CameraRigInterfaceParameterGraphNode.h" |
Syntax
UCLASS ()
class UCameraRigInterfaceParameterGraphNode : public UObjectTreeGraphNode
Remarks
Custom graph editor node for a camera rig parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCameraRigInterfaceParameterGraphNode
(
const FObjectInitializer& ObjInit |
Creates a new graph node. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SGraphNode > | Create a visual widget to represent this node in a graph editor or graph panel. |