Navigation
API > API/Runtime > API/Runtime/PropertyPath
References
| Module | PropertyPath |
| Header | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include | #include "PropertyPathHelpers.h" |
namespace PropertyPathHelpersInternal
{
template<typename T, typename ContainerType>
bool PropertyPathHelpersInternal::GetValue
(
ContainerType * InContainer,
const FCachedPropertyPath & InPropertyPath,
FProperty *& OutProperty,
T & OutValue
)
}
Remarks
Resolve a property path to a property and a value. Supports functions as input fields. true if the address and property were resolved
Parameters
| Name | Description |
|---|---|
| InContainer | The containing object/structure for the current path iteration |
| InPropertyPath | The property path to get from |
| OutProperty | The resolved property |
| OutValue | The resolved value |