Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor
Classes
Type | Name | Description |
---|---|---|
Public struct | FPinStructEditWrapper | Base type for editing simple structs as pin default values, by displaying a nested version of a struct customization. |
Public class | SGraphPinBool | |
Public class | SGraphPinClass | |
Public class | SGraphPinColor | |
Public class | SGraphPinEnum | |
Public class | SGraphPinExec | |
Public class | SGraphPinInteger | |
Public class | SGraphPinNum | |
Public class | SGraphPinObject | |
Public class | SGraphPinString | |
Public class | SGraphPinStructInstance | Example implementation: |
Public class | SGraphPinVector | |
Public class | SGraphPinVector2D | |
Public class | SGraphPinVector4 | |
Public class | SVector2DTextBox | Class implementation to create 2 editable text boxes to represent vector2D graph pin. |
Public class | SVector4TextBox | Class implementation to create 3 editable text boxes to represent vector/rotator graph pin. |
Public class | SVectorTextBox | Class implementation to create 3 editable text boxes to represent vector/rotator graph pin. |