Navigation
API > API/Plugins > API/Plugins/ModelingComponents
| Name | FQuickAxisRotator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Transforms/QuickAxisRotator.h |
| Include Path | #include "Transforms/QuickAxisRotator.h" |
Syntax
class FQuickAxisRotator : public UE::Geometry::FQuickTransformer
Inheritance Hierarchy
- FQuickTransformer → FQuickAxisRotator
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FQuickAxisRotator() |
Transforms/QuickAxisRotator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearAxisLock() |
Transforms/QuickAxisRotator.h | ||
virtual FFrame3d GetActiveRotationFrame() |
Transforms/QuickAxisRotator.h | ||
const FFrame3d & GetActiveWorldFrame() |
Transforms/QuickAxisRotator.h | ||
bool GetHaveLockedToAxis() |
Transforms/QuickAxisRotator.h | ||
virtual bool HaveActiveSnap() |
Transforms/QuickAxisRotator.h | ||
virtual bool HaveActiveSnapRotation() |
Transforms/QuickAxisRotator.h | ||
virtual void SetActiveFrameFromWorldNormal
(
const FVector3d& Origin, |
Set current snap-axis frame to a frame at the given Origin with Z aligned to the given Normal. | Transforms/QuickAxisRotator.h | |
void SetAxisLock() |
Transforms/QuickAxisRotator.h | ||
virtual bool UpdateSnap
(
const FRay3d& Ray, |
Try to find the best snap point for the given Ray, and store in SnapPointOut if found | Transforms/QuickAxisRotator.h |
Overridden from FQuickTransformer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize() |
Set up internal data structures | Transforms/QuickAxisRotator.h | |
virtual void PreviewRender
(
IToolsContextRenderAPI* RenderAPI |
Draw a visualization of the current snap axes and active snap point | Transforms/QuickAxisRotator.h | |
virtual void Render
(
IToolsContextRenderAPI* RenderAPI |
Draw a visualization of the current snap axes and active snap point | Transforms/QuickAxisRotator.h | |
virtual void Reset() |
Reset transformer state | Transforms/QuickAxisRotator.h | |
virtual void SetActiveFrameFromWorldAxes
(
const FVector3d& Origin |
Set current transform frame to the unit axes at the given Origin | Transforms/QuickAxisRotator.h | |
virtual void SetActiveWorldFrame
(
const FFrame3d& Frame |
Set current transform frame to the given frame | Transforms/QuickAxisRotator.h | |
virtual void UpdateActiveFrameOrigin
(
const FVector3d& NewOrigin |
Update the current snap-axis frame with a new origin | Transforms/QuickAxisRotator.h | |
virtual void UpdateCameraState
(
const FViewCameraState& CameraState |
Update internal copy of camera state. You must call this for snapping to work! | Transforms/QuickAxisRotator.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateSnapAxes() |
Transforms/QuickAxisRotator.h |