Deprecated List
|
instant3Dhub
|
Deprecated List
- Member AI3DHDrawing::GetHoveredMaterial (const FLinearColor &DrawingColor) const
- Deprecated in v1.1.0. "GetHoveredMaterial is no longer used."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile. - Member AI3DHDrawingEditor::SetOmitStrokeStartAndEndJoints (bool bNewOmitJoints)
- Deprecated in v1.1.0. "Will be removed because it is not supported for LineStrip drawings."
Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile. - 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 (int32 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 (int32 NodeId, const FString &Property, TUniqueFunction< void(int32 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 (int32 NodeId, const FString &Property, TUniqueFunction< void(TArray< int32 > 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 (int32 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 (int32 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 (int32 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 (int32 NodeId, const FString &Property, int32 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 (int32 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 (int32 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.
Generated by