I3DHGeometry.h Source File#
|
instant3Dhub
|
I3DHGeometry.h
Go to the documentation of this file.
26class 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;
64UCLASS(NotPlaceable, MinimalAPI, Experimental, meta = (DisplayName = "I3DH Geometry (Experimental)"))
103 INSTANT3DHUB_DEPRECATED(1.0.0, "Replaced by HoverAPI. Use GetHubConnector()->GetAPI()->GetHoverAPI()->SetHoveredNode(GetNodeId()) instead.")
104 UFUNCTION(BlueprintCallable, Category = "{instant3Dhub}|Geometry", meta = (DisplayName = "On Hover Start (Deprecated)", DeprecatedFunction, DeprecationMessage = "Replaced by HoverAPI. Use SetHoveredNode(NodeId) instead."))
107 INSTANT3DHUB_DEPRECATED(1.0.0, "Replaced by HoverAPI. Use GetHubConnector()->GetAPI()->GetHoverAPI()->ClearHoveredNodes() instead.")
The HubConnector is the central actor for communication with an instant3Dhub instance in your network...
Definition I3DHConnector.h:214
Actor containing mesh components used to represent instant3Dhub geometry.
Definition I3DHGeometry.h:66
void OnHoverStart()
int32 GetNodeId() const
Returns the RootNodeId of the instance represented by this actor.
bool IsSelectedNode() const
Returns whether the actor corresponds to a selected node.
void OnHoverEnd()
UMaterialInterface * GeometryAppearanceHighlightMaterial_DEPRECATED
Definition I3DHGeometry.h:126
AI3DHConnector * GetHubConnector() const
Returns the hub connector this geometry belongs to.
UMaterialInterface * GeometryDefaultMaterial_DEPRECATED
Definition I3DHGeometry.h:114
UMaterialInterface * GeometryHighlightMaterial_DEPRECATED
Definition I3DHGeometry.h:122
UMaterialInterface * GeometryAppearanceMaterial_DEPRECATED
Definition I3DHGeometry.h:118
#define INSTANT3DHUB_DEPRECATED(Version, Message)
Macro for marking up deprecated code, functions and types.
Definition I3DHVersion.h:203
#define INSTANT3DHUB_EXPERIMENTAL(Version, Message)
Macro for marking up experimental code, functions and types.
Definition I3DHVersion.h:246
Generated by