#include <DynamicPropertyPath.h>
◆ FDynamicPropertyPath() [1/3]
| FDynamicPropertyPath::FDynamicPropertyPath |
( |
| ) |
|
◆ FDynamicPropertyPath() [2/3]
| FDynamicPropertyPath::FDynamicPropertyPath |
( |
const FString & |
Path | ) |
|
◆ FDynamicPropertyPath() [3/3]
| FDynamicPropertyPath::FDynamicPropertyPath |
( |
const TArray< FString > & |
PropertyChain | ) |
|
◆ GetValue() [1/2]
| bool FDynamicPropertyPath::GetValue |
( |
UObject * |
InContainer, |
|
|
T & |
OutValue |
|
) |
| const |
|
inline |
Get the value represented by this property path
◆ GetValue() [2/2]
| bool FDynamicPropertyPath::GetValue |
( |
UObject * |
InContainer, |
|
|
T & |
OutValue, |
|
|
FProperty *& |
OutProperty |
|
) |
| const |
|
inline |
Get the value and the leaf property represented by this property path
The documentation for this struct was generated from the following files: