Where can i find all UnrealEngine's macro define?

Where can i find all UnrealEngine’s macro define?

Put a foreach loop node in an actor blueprint, double click it and, boom:

DO NOT EDIT this stuff… :wink:

@ClockworkOcean
Very amazing! Thank you.

StandardMacros:

1 Unitilities:

1.1 Flow Control:
1.1.1 ForLoop
1.1.2 WhileLoop
1.1.3 FlipFlop
1.1.4 DoOnce
1.1.5 ForLoopWithBreak
1.1.6 Gate
1.1.7 DoN

1.2 Array:
1.2.1 ForEachLoop
1.2.2 ForEachaLoopWithBreak
1.2.3 ReverseForEachLoop

1.3 IsValid

2 Math:

2.1 Float:
2.1.1 CompareFloat
2.1.2 IncrementFloat
2.1.3 DecrementFloat
2.1.4 NegateFloat
2.1.5 ManipulateFloatInternal

2.2 Integer
2.2.1 CompareInt
2.2.2 IncrementInt
2.2.3 DecrementInt
2.2.4 NegateInt
2.2.5 ManipulateIntInternal

3 NetWorking
3.1 Can Execute Cosmetic Events

4 Transactions
4.1 Create Transactions

5 Rendering
5.1 Create and Assign MID

@ClockworkOcean And how can i find all code macros? Like UCLASS(), UPROPERTY(), UFUNCTION(), …

That’s not a macro.

You might need to look in the source code for that…