UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EBTDecoratorLogic Namespace Reference

Enumerations

enum  Type : int {
  Invalid , Test , And , Or ,
  Not
}
 

Enumeration Type Documentation

◆ Type

Enumerator
Invalid 
Test 

Test decorator conditions.

And 

logic op: AND

Or 

logic op: OR

Not 

logic op: NOT