Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Editors
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphSchema
- UObjectTreeGraphSchema
- UCameraNodeGraphSchema
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/CameraNodeGraphSchema.h |
| Include | #include "Editors/CameraNodeGraphSchema.h" |
Syntax
UCLASS ()
class UCameraNodeGraphSchema : public UObjectTreeGraphSchema
Remarks
Schema class for camera node graph.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FObjectTreeGraphConfig |
Overridden from UObjectTreeGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| void | CollectAllObjects
(
UObjectTreeGraph* InGraph, |
||
| void | OnAddConnectableObject
(
UObjectTreeGraph* InGraph, |
||
| bool | OnApplyConnection
(
UEdGraphPin* A, |
||
| bool | OnApplyDisconnection
(
UEdGraphPin* TargetPin, |
||
| bool | OnApplyDisconnection
(
UEdGraphPin* SourcePin, |
||
| void | OnCreateAllNodes
(
UObjectTreeGraph* InGraph, |
||
| void | OnRemoveConnectableObject
(
UObjectTreeGraph* InGraph, |
Overridden from UEdGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
Determine if a connection can be created between two pins. | |
| void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin |
Constants
| Name | Description |
|---|---|
| PC_CameraParameter |