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;SetValue
&40;
ContainerType &42; InContainer,
const FCachedPropertyPath & InPropertyPath,
const T & InValue
&41;
}
Remarks
Resolve a property path to a property and a value.
This method is specialized internally to work with FPropertyStructView true if the value was resolved
Parameters
| Name | Description |
|---|---|
| InContainer | The containing object/structure for the current path iteration |
| InPropertyPath | The property path to set from |
| InValue | The value to set |