#include <PropertyVisitor.h>
◆ Iterator
Iterator for a property visitor path
◆ FPropertyVisitorPath() [1/8]
| FPropertyVisitorPath::FPropertyVisitorPath |
( |
| ) |
|
|
default |
◆ FPropertyVisitorPath() [2/8]
◆ FPropertyVisitorPath() [3/8]
◆ FPropertyVisitorPath() [4/8]
◆ FPropertyVisitorPath() [5/8]
◆ FPropertyVisitorPath() [6/8]
◆ FPropertyVisitorPath() [7/8]
◆ FPropertyVisitorPath() [8/8]
◆ AppendString()
◆ Contained()
Is this property path contained in the specified one
- Parameters
-
| OtherPath | property path to check if it is contained in |
| bIsEqual | optional parameter to know if it fully match |
- Returns
- true if it is contained in the specified path
◆ GetPath()
◆ GetPropertyDataPtr()
| void * FPropertyVisitorPath::GetPropertyDataPtr |
( |
UObject * |
Object | ) |
const |
Retrieves the data using the specified root object
- Parameters
-
- Returns
◆ GetRootIterator()
| Iterator FPropertyVisitorPath::GetRootIterator |
( |
| ) |
const |
|
inline |
Returns an iterator on the root path node, useful when calling methods that are recursive
- Returns
- an iterator on the root path node
◆ InvalidIterator()
Invalid iterator pointing to an empty path
- Returns
- an iterator to an empty path
◆ Num()
| int32 FPropertyVisitorPath::Num |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Pop()
◆ Push()
◆ Top() [1/2]
◆ Top() [2/2]
◆ ToSerializedPropertyChain()
Converts path to an archive serialized property chain This method useful when APIs like in the FOverridableManager are taking in a FArchiveSerializedPropertyChain parameter and would like to use them. It is used in many places in the FProperty::ImportText
- Returns
- the archive serialized property chain built from the property path
◆ ToString() [1/2]
| FString FPropertyVisitorPath::ToString |
( |
const TCHAR * |
Separator = TEXT(".") | ) |
const |
◆ ToString() [2/2]
◆ GetTypeHash
◆ operator!=
◆ operator==
◆ OnPopFunc
◆ OnPushFunc
◆ Path
The documentation for this struct was generated from the following files: