![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CombinedTransformGizmo.h>
Public Member Functions | |
| FToolContextOptionalToggle () | |
| FToolContextOptionalToggle (bool bEnabled, bool bSetInheritFromContext) | |
| void | UpdateContextValue (bool bNewValue) |
| bool | InheritFromContext () const |
| bool | IsEnabled () const |
Public Attributes | |
| bool | bEnabledDirectly = false |
| bool | bEnabledInContext = false |
| bool | bInheritFromContext = false |
FToolContextOptionalToggle is used to store a boolean flag where the value of the boolean may either be set directly, or it may be set by querying some external context. This struct does not directly do anything, it just wraps up the multiple flags/states needed to provide such functionality
|
inline |
|
inline |
|
inline |
|
inline |