Navigation
API > API/Editor > API/Editor/ConfigEditor
| |
|
| Name |
UPropertyConfigFileDisplayRow |
| Type |
class |
| Header File |
/Engine/Source/Editor/ConfigEditor/Public/ConfigPropertyHelper.h |
| Include Path |
#include "ConfigPropertyHelper.h" |
Syntax
UCLASS (MinimalAPI)
class UPropertyConfigFileDisplayRow : public UObject
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsFileWritable |
bool |
|
ConfigPropertyHelper.h |
- Transient
- Category=Helper
- VisibleAnywhere
|
| ConfigFileName |
FString |
|
ConfigPropertyHelper.h |
- Transient
- Category=Helper
- VisibleAnywhere
|
| ExternalProperty |
TFieldPath< FProperty > |
|
ConfigPropertyHelper.h |
- Transient
- Category=Helper
- EditAnywhere
- Meta=(EditCondition="bIsFileWritable")
|
| NormalizedConfigFileName |
FString |
|
ConfigPropertyHelper.h |
|
| TempConfigObject |
TObjectPtr< UObject > |
|
ConfigPropertyHelper.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void InitWithConfigAndProperty
(
const FString& InConfigFileName,
FProperty* InEditProperty
)
|
|
ConfigPropertyHelper.h |
|