Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Scheduler > API/Plugins/AnimNext/Scheduler/FSchedulePortContext
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Scheduler/SchedulePortContext.h |
| Include | #include "Scheduler/SchedulePortContext.h" |
template<typename ValueType>
const ValueType & GetParam
(
FParamId InParamId,
FParamResult * OutResult
) const
Remarks
Get a const reference to the value of a parameter given a FParamId. a const reference to the parameter's value. Function asserts if the parameter is not present
Parameters
| Name | Description |
|---|---|
| InParamId | Parameter ID to find the currently-pushed value for |
| OutResult | Optional ptr to a result that will be filled if an error occurs |