Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGEditorInspectionDataEntrySet-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGEditorInspectionDataEntrySetupParams
(
int32 InEntryIndex, |
Managers/PCGEditorInspectionDataManager.h | ||
FPCGEditorInspectionDataEntrySetupParams
(
int32 InEntryIndex, |
Managers/PCGEditorInspectionDataManager.h |
FPCGEditorInspectionDataEntrySetupParams(int32, const UPCGEditorGraphNodeBase *, FName, bool)
| Name | FPCGEditorInspectionDataEntrySetupParams |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Managers/PCGEditorInspectionDataManager.h |
| Include Path | #include "Managers/PCGEditorInspectionDataManager.h" |
FPCGEditorInspectionDataEntrySetupParams
(
int32 InEntryIndex,
const UPCGEditorGraphNodeBase * InNode,
FName InPinName,
bool bInIsOutputPin
)
FPCGEditorInspectionDataEntrySetupParams(int32, const UPCGEditorGraphNodeBase *, int32, bool)
| Name | FPCGEditorInspectionDataEntrySetupParams |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Managers/PCGEditorInspectionDataManager.h |
| Include Path | #include "Managers/PCGEditorInspectionDataManager.h" |
FPCGEditorInspectionDataEntrySetupParams
(
int32 InEntryIndex,
const UPCGEditorGraphNodeBase * InNode,
int32 InPinIndex,
bool bInIsOutputPin
)