Searched defs:InlineEvent (Results 1 – 2 of 2) sorted by relevance
79 struct InlineEvent { struct81 int64_t DefaultDecision = 0;85 int64_t AdvisedDecision = 0;90 bool Effect = false;93 int64_t Reward = 0;
23 InlineEvent(InlineEvent&& other) noexcept in InlineEvent() function