Navigation
API > API/Plugins > API/Plugins/DaySequence > API/Plugins/DaySequence/UDaySequenceConditionTag
Description
Derived classes should override this function if the condition being evaluated is associated with external delegates which are broadcast when the condition may change. The intent is to bind BroadcastOnConditionValueChanged to all relevant external delegates so that we can propagate those broadcasts to notify users of this condition that the condition needs reevaluating.
| Name | SetupOnConditionValueChanged |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Public/DaySequenceConditionTag.h |
| Include Path | #include "DaySequenceConditionTag.h" |
UFUNCTION (BlueprintNativeEvent, Category="General")
void SetupOnConditionValueChanged() const