Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/FEditorConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetRootUObject
(
T& OutValue, |
EditorConfig.h | ||
bool TryGetRootUObject
(
T* OutValue, |
EditorConfig.h | ||
bool TryGetRootUObject
(
const UClass* Class, |
EditorConfig.h |
TryGetRootUObject(T &, EPropertyFilter)
| Name | TryGetRootUObject |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/EditorConfig.h |
| Include Path | #include "EditorConfig.h" |
template<typename T>
bool TryGetRootUObject
(
T & OutValue,
EPropertyFilter Filter
) const
TryGetRootUObject(T *, EPropertyFilter)
| Name | TryGetRootUObject |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/EditorConfig.h |
| Include Path | #include "EditorConfig.h" |
template<typename T>
bool TryGetRootUObject
(
T * OutValue,
EPropertyFilter Filter
) const
TryGetRootUObject(const UClass , UObject , EPropertyFilter)
| Name | TryGetRootUObject |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/EditorConfig.h |
| Include Path | #include "EditorConfig.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/EditorConfig.cpp |
bool TryGetRootUObject
(
const UClass * Class,
UObject * OutValue,
EPropertyFilter Filter
) const