Navigation
API > API/Plugins > API/Plugins/XRCreative
| Name | UXRCreativePointerComponent |
| Type | class |
| Header File | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativePointerComponent.h |
| Include Path | #include "XRCreativePointerComponent.h" |
Syntax
UCLASS (ClassGroup=("XR Creative"), Meta=(BlueprintSpawnableComponent))
class UXRCreativePointerComponent : public USceneComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UXRCreativePointerComponent
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UXRCreativePointerComponent() |
XRCreativePointerComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetFilteredTraceEnd
(
const bool bScaledByImpact |
If bScaledByImpact is false, this is the smoothed filter output, roughly `TraceMaxLength_ units away, roughly in the +X direction. | XRCreativePointerComponent.h |
|
const FHitResult & GetHitResult() |
XRCreativePointerComponent.h |
|
|
FCollisionQueryParams GetQueryParams() |
XRCreativePointerComponent.h | ||
FVector GetRawTraceEnd
(
const bool bScaledByImpact |
If bScaledByImpact is false, this returns the raw input to the smoothing filter, `TraceMaxLength_ units away in the +X direction. | XRCreativePointerComponent.h |
|
bool IsEnabled() |
XRCreativePointerComponent.h |
|
|
void SetEnabled
(
bool bInEnabled |
XRCreativePointerComponent.h |
|
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InitializeComponent() |
XRCreativePointerComponent.h | ||
virtual void TickComponent
(
float InDeltaTime, |
XRCreativePointerComponent.h | ||
virtual void UninitializeComponent() |
XRCreativePointerComponent.h |