Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor
Schema class for camera node graph.
| Name | UCameraNodeGraphSchema |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/CameraNodeGraphSchema.h |
| Include Path | #include "Editors/CameraNodeGraphSchema.h" |
Syntax
UCLASS ()
class UCameraNodeGraphSchema : public UObjectTreeGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UObjectTreeGraphSchema → UCameraNodeGraphSchema
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCameraNodeGraphSchema
(
const FObjectInitializer& ObjInit |
Editors/CameraNodeGraphSchema.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PC_CameraContextData | const FName | Editors/CameraNodeGraphSchema.h | |
| PC_CameraParameter | const FName | Editors/CameraNodeGraphSchema.h | |
| PC_CameraVariableReference | const FName | Editors/CameraNodeGraphSchema.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PinColors | UE::Cameras::FCameraNodeGraphPinColors | Editors/CameraNodeGraphSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCameraObjectInterfaceParameterGraphNode * CreateInterfaceParameterNode
(
UEdGraph* InGraph, |
Editors/CameraNodeGraphSchema.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BuildBaseGraphConfig
(
FObjectTreeGraphConfig& OutGraphConfig |
Editors/CameraNodeGraphSchema.h |
Overridden from UObjectTreeGraphSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin* A, |
Editors/CameraNodeGraphSchema.h | ||
virtual void CollectAllObjects
(
UObjectTreeGraph* InGraph, |
Editors/CameraNodeGraphSchema.h | ||
virtual void GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
Editors/CameraNodeGraphSchema.h | ||
virtual FLinearColor GetPinTypeColor
(
const FEdGraphPinType& PinType |
Editors/CameraNodeGraphSchema.h | ||
virtual bool OnBreakCustomPinLinks
(
UEdGraphPin& TargetPin |
Editors/CameraNodeGraphSchema.h | ||
virtual bool OnBreakSingleCustomPinLink
(
UEdGraphPin* SourcePin, |
Editors/CameraNodeGraphSchema.h | ||
virtual void OnCreateAllNodes
(
UObjectTreeGraph* InGraph, |
Editors/CameraNodeGraphSchema.h | ||
virtual bool OnTryCreateCustomConnection
(
UEdGraphPin* A, |
Editors/CameraNodeGraphSchema.h | ||
virtual bool SafeDeleteNodeFromGraph
(
UEdGraph* Graph, |
Editors/CameraNodeGraphSchema.h |