Class UUxtGrabPointerDataFunctionLibrary
Utility functions for FGrabPointerData.
Inheritance
System::Object
UBlueprintFunctionLibrary
UUxtGrabPointerDataFunctionLibrary
Namespace:
Assembly: .dll
Syntax
public: class UUxtGrabPointerDataFunctionLibrary
Methods
|
Improve this Doc
View Source
Compute the grab point in world space.
Declaration
public: static FVector GetGrabLocation(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
Parameters
Returns
|
Improve this Doc
View Source
Compute the grab point transform in world space.
Declaration
public: static FTransform GetGrabPointTransform(const FUxtGrabPointerData &GrabData)
Parameters
Returns
Type |
Description |
FTransform |
|
|
Improve this Doc
View Source
Compute the grab rotation in world space.
Declaration
public: static FRotator GetGrabRotation(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
Parameters
Returns
Type |
Description |
FRotator |
|
|
Improve this Doc
View Source
Compute the grab transform in world space.
Declaration
public: static FTransform GetGrabTransform(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
Parameters
Returns
Type |
Description |
FTransform |
|
|
Improve this Doc
View Source
Compute the world space offset between pointer grab point and target.
Declaration
public: static FVector GetLocationOffset(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
Parameters
Returns
|
Improve this Doc
View Source
GetPointerLocation(const FUxtGrabPointerData &GrabData)
Returns the world space pointer location
Declaration
public: static FVector GetPointerLocation(const FUxtGrabPointerData &GrabData)
Parameters
Returns
|
Improve this Doc
View Source
Returns the world space pointer transform (at pointer origin).
Declaration
public: static FTransform GetPointerTransform(const FUxtGrabPointerData &GrabData)
Parameters
Returns
Type |
Description |
FTransform |
|
|
Improve this Doc
View Source
Compute the world space rotation between pointer grab point and target.
Declaration
public: static FRotator GetRotationOffset(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
Parameters
Returns
Type |
Description |
FRotator |
|
|
Improve this Doc
View Source
GetTargetLocation(const FUxtGrabPointerData &GrabData)
Compute the pointer target in world space.
Declaration
public: static FVector GetTargetLocation(const FUxtGrabPointerData &GrabData)
Parameters
Returns
|
Improve this Doc
View Source
GetTargetRotation(const FUxtGrabPointerData &GrabData)
Compute the target rotation in world space.
Declaration
public: static FRotator GetTargetRotation(const FUxtGrabPointerData &GrabData)
Parameters
Returns
Type |
Description |
FRotator |
|