Navigation
API > API/Runtime > API/Runtime/PropertyPath
Description
Resolve a property path to a property and a value.
This method is specialized internally to work with FPropertyStructView
| Name | PropertyPathHelpersInternal::SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include Path | #include "PropertyPathHelpers.h" |
namespace PropertyPathHelpersInternal
{
template<typename T, typename ContainerType>
bool PropertyPathHelpersInternal::SetValue
(
ContainerType * InContainer,
const FCachedPropertyPath & InPropertyPath,
const T & InValue
)
}
true if the value was resolved
Parameters
| Name | Remarks |
|---|---|
| InContainer | The containing object/structure for the current path iteration |
| InPropertyPath | The property path to set from |
| InValue | The value to set |