Navigation
API > API/Editor > API/Editor/EditorConfig
| Name | FJsonPath |
| Type | class |
| Header File | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include Path | #include "JsonConfig.h" |
Syntax
class FJsonPath
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FJsonPath () |
JsonConfig.h | ||
FJsonPath
(
const TCHAR* Path |
JsonConfig.h | ||
FJsonPath
(
FStringView Path |
JsonConfig.h | ||
| JsonConfig.h | |||
| JsonConfig.h |
Structs
| Name | Remarks |
|---|---|
| FPart |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PathParts | TArray< FPart > | JsonConfig.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Append
(
FStringView Name |
JsonConfig.h | ||
const TArray< FPart > & GetAll() |
JsonConfig.h | ||
FJsonPath GetSubPath
(
int32 NumParts |
JsonConfig.h | ||
bool IsValid() |
JsonConfig.h | ||
const int32 Length() |
JsonConfig.h | ||
void SetArrayIndex
(
int32 Index |
JsonConfig.h | ||
FString ToString() |
JsonConfig.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FPart & operator[]
(
int32 Idx |
JsonConfig.h |