Navigation
API > API/Plugins > API/Plugins/XRCreative > API/Plugins/XRCreative/UXRCreativePointerComponent
Description
If bScaledByImpact is false, this returns the raw input to the smoothing filter, `TraceMaxLength_ units away in the +X direction. If bScaledByImpact is true, the magnitude is shortened to the length of the blocking hit (if any).
| Name | GetRawTraceEnd |
| Type | function |
| Header File | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativePointerComponent.h |
| Include Path | #include "XRCreativePointerComponent.h" |
| Source | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Private/XRCreativePointerComponent.cpp |
UFUNCTION (BlueprintCallable, Category="XR Creative")
FVector GetRawTraceEnd
(
const bool bScaledByImpact
) const