Navigation
API > API/Editor > API/Editor/EditorConfig
References
| Module | EditorConfig |
| Header | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include | #include "JsonConfig.h" |
Syntax
class FJsonPath
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
FStringView Name |
||
| const TArray< FPart > & | GetAll () |
||
| FJsonPath | GetSubPath
(
int32 NumParts |
||
| bool | IsValid () |
||
| const int32 | Length () |
||
| void | SetArrayIndex
(
int32 Index |
||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FPart & | operator[]
(
int32 Idx |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPart |