Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FGizmoElementAccessor
Description
Returns whether element is enabled for given interaction state. If the provided interaction state isn't set, it will use the currently applied state to the given element.
| Name | IsEnabledForInteractionState |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoUtil.h |
| Include Path | #include "BaseGizmos/GizmoUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoUtil.cpp |
static bool IsEnabledForInteractionState
(
const UGizmoElementBase & InGizmoElement,
const TOptional < EGizmoElementInteractionState > & InInteractionState
)