Navigation
API > API/Plugins > API/Plugins/XRCreative > API/Plugins/XRCreative/UXRCreativePointerComponent
Description
If bScaledByImpact is false, this is the smoothed filter output, roughly `TraceMaxLength_ units away, roughly in the +X direction. If bScaledByImpact is true, the magnitude is shortened to match the length of a blocking hit (if any).
| Name | GetFilteredTraceEnd |
| 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 GetFilteredTraceEnd
(
const bool bScaledByImpact
) const