Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool UpdatePartHittableState
(
bool bHittable, |
Update element's hittable state if element is associated with the specified gizmo part, return true if part id was found. | BaseGizmos/GizmoElementBase.h | |
virtual bool UpdatePartHittableState
(
bool bHittable, |
Update element's hittable state if element is associated with the specified gizmo part, return true if part id was found. | BaseGizmos/GizmoElementBase.h |
UpdatePartHittableState(bool, uint32)
Description
Update element's hittable state if element is associated with the specified gizmo part, return true if part id was found.
| Name | UpdatePartHittableState |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
virtual bool UpdatePartHittableState
(
bool bHittable,
uint32 InPartIdentifier
)
UpdatePartHittableState(bool, uint32, bool)
Description
Update element's hittable state if element is associated with the specified gizmo part, return true if part id was found. Setting bAllowMultipleElements to true will allow multiple elements with the same Part Id to be updated.
| Name | UpdatePartHittableState |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
virtual bool UpdatePartHittableState
(
bool bHittable,
uint32 InPartIdentifier,
bool bInAllowMultipleElements
)