Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Param > API/Plugins/AnimNext/Param/FParamStack > API/Plugins/AnimNext/Param/FParamStack/GetParamData
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 |
FParamResult GetParamData
(
FParamId InId,
FParamTypeHandle InTypeHandle,
TConstArrayView< uint8 > & OutParamData,
FParamCompatibility InRequiredCompatibility
) 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 according to the supplied compatibility |
| OutParamData | View into the parameters data that will be filled |
| OutParamTypeHandle | Handle to the type of the parameter if the parameter is present in the stack. This will be valid even if the types are deemed incompatible. |
| InRequiredCompatibility | The minimum required compatibility level |