bIsVolatile

If true prevents the widget or its child's geometry or layout information from being cached.

Windows
MacOS
Linux

Syntax

uint8 bIsVolatile: 1

Remarks

If true prevents the widget or its child's geometry or layout information from being cached. If this widget changes every frame, but you want it to still be in an invalidation panel you should make it as volatile instead of invalidating it every frame, which would prevent the invalidation panel from actually ever caching anything.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss