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&58;&58;GetValue
&40;
ContainerType &42; InContainer,
const FCachedPropertyPath & InPropertyPath,
FProperty &42;& OutProperty,
T & OutValue
&41;
}
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 |