Navigation
API > API/Plugins > API/Plugins/XRCreative
Inheritance Hierarchy
- UStaticMeshComponent
- UXRCreativeGizmoMeshComponent
References
| Module | XRCreative |
| Header | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativeGizmos.h |
| Include | #include "XRCreativeGizmos.h" |
Syntax
UCLASS ()
class UXRCreativeGizmoMeshComponent : public UStaticMeshComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| IGizmoAxisSource * | AxisSource | ||
| bool | bHovering | ||
| bool | bInteracting | ||
| bool | bReflectOnPrimaryAxis | ||
| bool | bReflectOnTangentAxes | ||
| float | HideAbsoluteViewDotThreshold | ||
| TArray< TObjectPtr< UMaterialInstanceDynamic > > | Materials | ||
| FXRCreativeGizmoStateChanged | OnHoveringChanged | ||
| FXRCreativeGizmoStateChanged | OnInteractingChanged |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTransform | CalcViewDependent
(
const FViewCameraState& InView, |
||
| void | Initialize () |
||
| void | UpdateHoverState
(
bool bInHovering |
||
| void | UpdateInteractingState
(
bool bInInteracting |