Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGEditorInspectionDataManager
Description
Return the entry at EntryIndex. Must be within 0 and NumberOfEntries - 1. If the entry is invalid at this index, return the first one (so multiple widget would show the same thing).
| Name | GetInspectionEntry |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Managers/PCGEditorInspectionDataManager.h |
| Include Path | #include "Managers/PCGEditorInspectionDataManager.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/Managers/PCGEditorInspectionDataManager.cpp |
const FPCGEditorInspectionDataEntry & GetInspectionEntry
(
int32 EntryIndex
)