I3DHSplineData.h Source File
instant3Dhub
|
I3DHSplineData.h
Go to the documentation of this file.
16struct INSTANT3DHUB_EXPERIMENTAL(0.2.7, "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")
55 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "{instant3DhubDrawings}|Drawing Editor")
63 int32 GetSliceSize(const int32 SliceId) const
77 TConstArrayView<FVector> GetSlicePoints(const int32 SliceId) const
88 TArrayView<FVector> GetSlicePoints(const int32 SliceId)
99 int32 FindSliceId(const int32 PointIndex) const
125 FTransform MakeSegmentTransform(const int32 ControlPointIndex, const FVector& NextPointLocation) const
128 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:212
Raw data of a single spline created by the AI3DHDrawingEditor.
Definition I3DHSplineData.h:21
Generated by