Navigation
API > API/Plugins > API/Plugins/DaySequence
| Name | FDaySequenceConditionSet |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Public/DaySequenceConditionSet.h |
| Include Path | #include "DaySequenceConditionSet.h" |
Syntax
USTRUCT ()
struct FDaySequenceConditionSet
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FConditionValueMap | TMap< TSubclassOf< UDaySequenceConditionTag >, bool > | TMap where the key specifies a condition tag and the value specifies the expected value for that condition when evaluating this condition set. | DaySequenceConditionSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Conditions | TMap< TSubclassOf< UDaySequenceConditionTag >, bool > | DaySequenceConditionSet.h |