Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | FPCGEditorInspectionDataEntrySetupParams |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Managers/PCGEditorInspectionDataManager.h |
| Include Path | #include "Managers/PCGEditorInspectionDataManager.h" |
Syntax
struct FPCGEditorInspectionDataEntrySetupParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGEditorInspectionDataEntrySetupParams
(
int32 InEntryIndex, |
Managers/PCGEditorInspectionDataManager.h | ||
FPCGEditorInspectionDataEntrySetupParams
(
int32 InEntryIndex, |
Managers/PCGEditorInspectionDataManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsOutputPin | bool | Managers/PCGEditorInspectionDataManager.h | ||
| EntryIndex | int32 | Managers/PCGEditorInspectionDataManager.h | ||
| Node | const UPCGEditorGraphNodeBase * | Managers/PCGEditorInspectionDataManager.h | ||
| PinIndex | int32 | Managers/PCGEditorInspectionDataManager.h | ||
| PinName | FName | If left to NAME_None and PinIndex is INDEX_NONE, by default it will take the first output pin. | Managers/PCGEditorInspectionDataManager.h |