Navigation
API > API/Plugins > API/Plugins/XRCreative
| Name | UXRCreativeGizmoMeshComponent |
| Type | class |
| Header File | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativeGizmos.h |
| Include Path | #include "XRCreativeGizmos.h" |
Syntax
UCLASS ()
class UXRCreativeGizmoMeshComponent : public UStaticMeshComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UMeshComponent → UStaticMeshComponent → UXRCreativeGizmoMeshComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisSource | IGizmoAxisSource * | XRCreativeGizmos.h | ||
| OnHoveringChanged | FXRCreativeGizmoStateChanged | XRCreativeGizmos.h |
|
|
| OnInteractingChanged | FXRCreativeGizmoStateChanged | XRCreativeGizmos.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform CalcViewDependent
(
const FViewCameraState& InView, |
XRCreativeGizmos.h | ||
void Initialize() |
XRCreativeGizmos.h | ||
void UpdateHoverState
(
bool bInHovering |
XRCreativeGizmos.h | ||
void UpdateInteractingState
(
bool bInInteracting |
XRCreativeGizmos.h |