class FDeformableHelper¶
#include <DeformableHelper.h> class FDeformableHelper { public: // methods static bool IsInside(UStaticMeshComponent* test, FVector point); static FORCEINLINE FVector RotatePointAroundPivot( FVector Point, FVector Pivot, FQuat Angle ); static FORCEINLINE FVector RotatePointAroundPivot( FVector Point, FVector Pivot, FRotator Angle ); };