Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Param > API/Plugins/AnimNext/Param/FParamStack
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Param/ParamStack.h |
| Include | #include "Param/ParamStack.h" |
| Source | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Private/Param/ParamStack.cpp |
EGetParamResult GetParamData
&40;
FParamId InId,
FParamTypeHandle InTypeHandle,
TConstArrayView< uint8 > & OutParamData
&41; const
Remarks
Get a parameter's data given an FParamId. an enum describing the result of the operation
Parameters
| Name | Description |
|---|---|
| InParamId | Parameter ID to find the currently-pushed value for |
| InParamTypeHandle | Handle to the type of the parameter, which must match the stored type for a value to be returned |
| OutParamData | View into the parameters data that will be filled |