I3DHGeometry.h Source File
instant3Dhub
|
I3DHGeometry.h
Go to the documentation of this file.
19class INSTANT3DHUB_EXPERIMENTAL(1.0.0, "Working with the I3DH Geometry class is only necessary for advanced use-cases. How we expose geometry data is suspected to change in the future.") AI3DHGeometry;
57UCLASS(NotPlaceable, MinimalAPI, Experimental, meta = (DisplayName = "I3DH Geometry (Experimental)"))
100 INSTANT3DHUB_DEPRECATED(1.0.0, "Replaced by HoverAPI. Use GetConnector()->GetAPI()->GetHoverAPI()->SetHoveredNode(GetNodeId()) instead.")
105 INSTANT3DHUB_DEPRECATED(1.0.0, "Replaced by HoverAPI. Use GetConnector()->GetAPI()->GetHoverAPI()->ClearHoveredNodes() instead.")
123 void OnPageInstanceMeshAttached(FI3DHPageInstanceHandle PageInstanceHandle, UStaticMeshComponent* NewMeshComponent);
125 const TArray<FPageInstanceMeshComponent>& GetPageInstanceMeshComponents() { return PageInstanceMeshComponents; };
127 void SetAppearance_GeometryInternal(const FLinearColor& OverrideColor, EAppearanceURIMode OverrideMode);
The HubConnector is the central actor for communication with an instant3Dhub instance in your network...
Definition I3DHConnector.h:98
Actor containing mesh components used to represent instant3Dhub geometry.
Definition I3DHGeometry.h:59
#define INSTANT3DHUB_DEPRECATED(Version, Message)
Macro for marking up deprecated code, functions and types.
Definition I3DHVersion.h:168
#define INSTANT3DHUB_EXPERIMENTAL(Version, Message)
Macro for marking up experimental code, functions and types.
Definition I3DHVersion.h:212
TSharedPtr< FI3DHConnectorAPI > GetAPI() const
Returns a shared pointer to the ConnectorAPI.
Generated by