Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreePropertyBindings
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include | #include "StateTreePropertyBindings.h" |
template<class T>
T * GetMutablePropertyPtr
(
FStateTreeDataView SourceView,
const FStateTreePropertyAccess & PropertyAccess
) const
Remarks
Pointer to referenced property Pointer to referenced property if it's type match, nullptr otherwise.
Parameters
| Name | Description |
|---|---|
| SourceView | Data view to referenced property's owner. |
| PropertyAccess | Access to the property for which we want to obtain a pointer. |