I3DHSplineData.h Source File
|
instant3Dhub
|
I3DHSplineData.h
Go to the documentation of this file.
16struct INSTANT3DHUB_EXPERIMENTAL(0.0.27, "The instant3Dhub Drawings feature is available as a preview and is actively under development.") FI3DHSplineData;
33 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "{instant3DhubDrawings}|Drawing Editor")
47 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "{instant3DhubDrawings}|Drawing Editor")
51 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "{instant3DhubDrawings}|Drawing Editor")
58 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "{instant3DhubDrawings}|Drawing Editor")
66 int32 GetSliceSize(const int32 SliceId) const
80 TConstArrayView<FVector> GetSlicePoints(const int32 SliceId) const
91 TArrayView<FVector> GetSlicePoints(const int32 SliceId)
102 int32 FindSliceId(const int32 PointIndex) const
128 FTransform MakeSegmentTransform(const int32 ControlPointIndex, const FVector& NextPointLocation) const
131 const FRotator SegmentLookBackRotation = FRotationMatrix::MakeFromZ(CurrentPointLocation - NextPointLocation).Rotator();
#define INSTANT3DHUB_EXPERIMENTAL(Version, Message)
Macro for marking up experimental code, functions and types.
Definition I3DHVersion.h:245
Raw data of a single spline created by the AI3DHDrawingEditor.
Definition I3DHSplineData.h:21
Generated by