Navigation
API > API/Plugins > API/Plugins/Chooser
| |
|
| Name |
EChooserEvaluationFrequency |
| Type |
enum |
| Header File |
/Engine/Plugins/Chooser/Source/Chooser/Public/ChooserTypes.h |
| Include Path |
#include "ChooserTypes.h" |
Syntax
enum EChooserEvaluationFrequency
{
OnInitialUpdate,
OnBecomeRelevant,
OnLoop,
OnUpdate,
}
Values
| Name |
Remarks |
| OnInitialUpdate |
Evaluate the Chooser once the Node starts updating for the first time. |
| OnBecomeRelevant |
Evaluate the Chooser when the Node starts updating. |
| OnLoop |
Evaluate the Chooser when the animation it's playing has looped. |
| OnUpdate |
Evaluate the Chooser every update. |