bRequiresExecPin

Does this function need an exec pin for control flow because it has internal side effects that be seen by the script VM and could therefore be optimized out? If so, set to true.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY()
uint32 bRequiresExecPin: 1

Remarks

Does this function need an exec pin for control flow because it has internal side effects that be seen by the script VM and could therefore be optimized out? If so, set to true. Default is false.