Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Scheduler
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Scheduler/SchedulePortContext.h |
| Include | #include "Scheduler/SchedulePortContext.h" |
Syntax
struct FSchedulePortContext
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSchedulePortContext
(
const TUniquePtr< FParamStackLayer >& InResultLayer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const ValueType & | GetParam
(
FParamId InParamId, |
Get a const reference to the value of a parameter given a FParamId. | |
| FParamResult | GetParamData
(
FParamId InId, |
||
| const ValueType * | GetParamPtr
(
FParamId InParamId, |
Get a pointer to a parameter's value given a FParamId. |