Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Param > API/Plugins/AnimNext/Param/FParamStack > API/Plugins/AnimNext/Param/FParamStack/GetMutableParamPtr
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Param/ParamStack.h |
| Include | #include "Param/ParamStack.h" |
template<typename ValueType>
ValueType * GetMutableParamPtr
(
FName InKey,
FParamResult * OutResult
)
Remarks
Get a pointer to a parameter's mutable value given a FName. Using the FParamId overload will avoid having to hash the FName to recover the ID. nullptr if the parameter is not mapped
Parameters
| Name | Description |
|---|---|
| InKey | Parameter name to find the currently-pushed value for |
| OutResult | Optional ptr to a result that will be filled if an error occurs |