Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets
| Name | FPropertyPath |
| Type | struct |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h |
| Include Path | #include "Framework/PropertyViewer/PropertyPath.h" |
Syntax
struct FPropertyPath
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Framework/PropertyViewer/PropertyPath.h | |||
FPropertyPath
(
UObject* Object, |
Framework/PropertyViewer/PropertyPath.h | ||
FPropertyPath
(
UObject* Object, |
Framework/PropertyViewer/PropertyPath.h | ||
FPropertyPath
(
const UScriptStruct* ScriptStruct, |
Framework/PropertyViewer/PropertyPath.h | ||
FPropertyPath
(
const UScriptStruct* ScriptStruct, |
Framework/PropertyViewer/PropertyPath.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FPropertyArray | TArray< const FProperty *, TInlineAllocator< 1 > > | Framework/PropertyViewer/PropertyPath.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Properties | FPropertyArray | Framework/PropertyViewer/PropertyPath.h | ||
| TopLevelContainer_Object | TWeakObjectPtr< UObject > | Framework/PropertyViewer/PropertyPath.h | ||
| TopLevelContainer_ScriptStruct | TWeakObjectPtr< const UScriptStruct > | Framework/PropertyViewer/PropertyPath.h | ||
| TopLevelContainer_ScriptStructData | void * | Framework/PropertyViewer/PropertyPath.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * GetContainerPtr () |
Framework/PropertyViewer/PropertyPath.h | ||
const void * GetContainerPtr () |
Framework/PropertyViewer/PropertyPath.h | ||
const FProperty * GetLastProperty() |
Framework/PropertyViewer/PropertyPath.h | ||
TArrayView< const FProperty *const > GetProperties() |
Framework/PropertyViewer/PropertyPath.h | ||
bool HasProperty() |
Framework/PropertyViewer/PropertyPath.h |