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::GetValueFast
(
ContainerType * InContainer,
const FCachedPropertyPath & InPropertyPath,
T & OutValue,
FProperty *& OutProperty
)
}
Remarks
Fast, unsafe version of GetValue(). true if the value was written successfully
Parameters
| Name | Description |
|---|---|
| InContainer | The containing object/structure to iterate against |
| InPropertyPath | The property path to use |
| OutValue | The value to write to |
| OutProperty | The leaf property that the path resolved to |