Deprecated List

instant3Dhub: Deprecated List
instant3Dhub
Deprecated List
Member AI3DHGeometry::OnHoverEnd ()
Deprecated in v1.0.0. "Replaced by HoverAPI. Use GetConnector()->GetAPI()->GetHoverAPI()->ClearHoveredNodes() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member AI3DHGeometry::OnHoverStart ()
Deprecated in v1.0.0. "Replaced by HoverAPI. Use GetConnector()->GetAPI()->GetHoverAPI()->SetHoveredNode(GetNodeId()) instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::GetPropertyB (int NodeId, const FString &Property, TUniqueFunction< void(bool Value, EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use GetPropertyBool() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::GetPropertyI (int NodeId, const FString &Property, TUniqueFunction< void(int Value, EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use GetPropertyInteger() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::GetPropertyIA (int NodeId, const FString &Property, TUniqueFunction< void(TArray< int > Value, EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use GetPropertyIntegerArray() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::GetPropertyRelativeTransform (int NodeId, EI3DHTransformType Type, TUniqueFunction< void(const FMatrix &Transform, EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use GetPropertyTransform() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::GetPropertyS (int NodeId, const FString &Property, TUniqueFunction< void(FString Value, EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use GetPropertyString() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::ResetProperty (int32 NodeId, const FString &Property, bool bRecursive, TUniqueFunction< void(EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use ResetProperty(int32, EI3DHProperty, ...) or ResetPropertyByName() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::SetPropertyB (int NodeId, const FString &Property, bool Value, TUniqueFunction< void(EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use SetPropertyBool() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::SetPropertyI (int NodeId, const FString &Property, int Value, TUniqueFunction< void(EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use SetPropertyInteger() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::SetPropertyRelativeTransform (int NodeId, EI3DHTransformType Type, const FMatrix &Transform, TUniqueFunction< void(EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use SetPropertyTransform() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member FI3DHInstanceGraphAPI::SetPropertyS (int NodeId, const FString &Property, const FString &Value, TUniqueFunction< void(EI3DHErrorCode ErrorCode)> OnComplete)=0
Deprecated in v1.0.0. "Use SetPropertyString() instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.
Member UInstant3DHubSettings::DrawingCollisionChannel
Deprecated in v1.0.0. "DrawingCollisionChannel is deprecated. Setup Drawing Collision Response using the DrawingCollisionProfile instead."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.