Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementCircleBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPartial
(
const FSceneView* View, |
Returns whether element should be partial based on current view. | BaseGizmos/GizmoElementCircleBase.h | |
bool IsPartial
(
const UGizmoViewContext* ViewContext, |
Returns whether element should be partial based on current view. | BaseGizmos/GizmoElementCircleBase.h | |
bool IsPartial
(
const FVector& InWorldCenter, |
Returns whether element should be partial based on current view. | BaseGizmos/GizmoElementCircleBase.h |
IsPartial(const FSceneView *, const FVector &, const FVector &)
Description
Returns whether element should be partial based on current view.
| Name | IsPartial |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementCircleBase.h |
| Include Path | #include "BaseGizmos/GizmoElementCircleBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementCircleBase.cpp |
bool IsPartial
(
const FSceneView * View,
const FVector & InWorldCenter,
const FVector & InWorldNormal
)
IsPartial(const UGizmoViewContext *, const FVector &, const FVector &)
Description
Returns whether element should be partial based on current view.
| Name | IsPartial |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementCircleBase.h |
| Include Path | #include "BaseGizmos/GizmoElementCircleBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementCircleBase.cpp |
bool IsPartial
(
const UGizmoViewContext * ViewContext,
const FVector & InWorldCenter,
const FVector & InWorldNormal
)
IsPartial(const FVector &, const FVector &, const FVector &, const FVector &, const bool)
Description
Returns whether element should be partial based on current view.
| Name | IsPartial |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementCircleBase.h |
| Include Path | #include "BaseGizmos/GizmoElementCircleBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementCircleBase.cpp |
bool IsPartial
(
const FVector & InWorldCenter,
const FVector & InWorldNormal,
const FVector & InViewLocation,
const FVector & InViewDirection,
const bool bIsPerspectiveProjection
)