I3DHEditableDrawing.h Source File
instant3Dhub
|
I3DHEditableDrawing.h
Go to the documentation of this file.
16class INSTANT3DHUB_EXPERIMENTAL(0.0.27, "The instant3Dhub Drawings feature is available as a preview and is actively under development.") AI3DHEditableDrawing;
39 INSTANT3DHUBDRAWINGS_API void SetDrawingEditorClass(TSubclassOf<class AI3DHDrawingEditor> InDrawingEditorClass);
@ EditDrawing
In EditDrawing Mode, the splines are locked but the drawing can be edited as a whole.
DrawingEditor Actor for creating spline 3D drawings in the scene that are synced to the session when ...
Definition I3DHDrawingEditor.h:71
This actor is the scene representation of drawings in the session.
Definition I3DHDrawing.h:20
An Editable Drawing is a drawing with collision data and can work in conjunction with DrawingEditor t...
Definition I3DHEditableDrawing.h:21
virtual UMaterialInterface * GetHoveredMaterial(const FLinearColor &DrawingColor) const override
Virtual function that can be implemented by derived classes to specify a material for hovered drawing...
const TArray< FI3DHSplineData > & GetSplines() const
Gets the splines.
Definition I3DHEditableDrawing.h:31
#define INSTANT3DHUB_EXPERIMENTAL(Version, Message)
Macro for marking up experimental code, functions and types.
Definition I3DHVersion.h:212
Generated by