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::SetValueFast
(
ContainerType * InContainer,
const FCachedPropertyPath & InPropertyPath,
const T & InValue
)
}
Remarks
Fast, unsafe version of SetValue(). true if the value was read successfully
Parameters
| Name | Description |
|---|---|
| InContainer | The containing object/structure to iterate against |
| InPropertyPath | The property path to use |
| OutValue | The value to read from |