Experimental List

Experimental List#

instant3Dhub: Experimental List
instant3Dhub
Experimental List
Class AI3DHGeometry
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.
Struct FI3DHBlueprintMaterialProperties

The instant3Dhub Material API is experimental and under active development.

Member FI3DHConnectorAPI::GetMaterialAPI ()=0

The instant3Dhub Material API is experimental and under active development.

Introduced in v1.4.0. "The instant3Dhub Material API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.

Member FI3DHConnectorAPI::GetSpaceAPI ()=0

The instant3Dhub Space API is experimental and under active development.

Introduced in v1.4.0. "The instant3Dhub Space API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.

Class FI3DHEditDrawingAPI
The instant3Dhub EditDrawing API is available as a preview and is actively under development.
Member FI3DHEditDrawingAPI::EditDrawing (int32 DrawingHandle, const TScriptInterface< class II3DHEditDrawingInterface > &EditDrawingInterface, bool bIsEditingCopy=false)=0
Introduced in v1.1.0. "The instant3Dhub EditDrawing API is available as a preview and is actively under development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Class FI3DHMaterialAPI
The instant3Dhub Material API is experimental and under active development.
Member FI3DHMaterialAPI::ChangeMaterial (int32 MaterialId, const FI3DHMaterialProperties &Properties, TUniqueFunction< void(const FI3DHMaterialProperties &Properties, EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Material API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHMaterialAPI::CreateMaterial (const FI3DHMaterialProperties &Properties, TUniqueFunction< void(int32 MaterialId, EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Material API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHMaterialAPI::GetMaterialData (int32 MaterialId, TUniqueFunction< void(const FI3DHMaterialProperties &Properties, EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Material API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHMaterialAPI::GetMaterials (TUniqueFunction< void(TArray< int32 > MaterialIds, EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Material API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHMaterialAPI::RemoveMaterial (int32 MaterialId, bool bSafe, TUniqueFunction< void(EI3DHRemoveState RemoveState, EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Material API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Struct FI3DHMaterialProperties

The instant3Dhub Material API is experimental and under active development.

Class FI3DHSpaceAPI
The instant3Dhub Space API is experimental and under active development.
Member FI3DHSpaceAPI::CloneIntoNewSpace (TUniqueFunction< void(EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Space API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHSpaceAPI::CloneIntoNewSpace (const FString &SpaceId, TUniqueFunction< void(EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Space API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHSpaceAPI::RequestSpaceHandle (TUniqueFunction< void(FI3DHSpaceHandle SpaceHandle, EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Space API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHSpaceAPI::RequestSpaceHandle (EI3DHMemberRole Role, TUniqueFunction< void(FI3DHSpaceHandle SpaceHandle, EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v1.4.0. "The instant3Dhub Space API is experimental and under active development."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Class FI3DHTransformAuthorityAPI
TransformAuthorityAPI is a temporary solution subject to changes or replacement.
Member FI3DHTransformAuthorityAPI::AcquireTransformAuthority (const TArray< int32 > &NodeIds, TUniqueFunction< void(FI3DHTransformAuthorityHandle TransformAuthorityHandle, EI3DHErrorCode ErrorCode)> OnComplete)=0
Introduced in v0.0.23. "TransformAuthorityAPI is a temporary solution subject to changes or replacement."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHTransformAuthorityAPI::GetWorldTransformWithAuthority (const FI3DHTransformAuthorityHandle TransformAuthorityHandle, int32 NodeId, FMatrix &OutWorldTransform)=0
Introduced in v0.0.23. "TransformAuthorityAPI is a temporary solution subject to changes or replacement."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHTransformAuthorityAPI::IsTransformAuthorityActive (const FI3DHTransformAuthorityHandle TransformAuthorityHandle) const =0
Introduced in v0.0.23. "TransformAuthorityAPI is a temporary solution subject to changes or replacement."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHTransformAuthorityAPI::ReleaseTransformAuthority (const FI3DHTransformAuthorityHandle TransformAuthorityHandle)=0
Introduced in v0.0.23. "TransformAuthorityAPI is a temporary solution subject to changes or replacement."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member FI3DHTransformAuthorityAPI::SetWorldTransformWithAuthority (const FI3DHTransformAuthorityHandle TransformAuthorityHandle, int32 NodeId, const FMatrix &WorldTransform)=0
Introduced in v0.0.23. "TransformAuthorityAPI is a temporary solution subject to changes or replacement."
This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.
Member Ghosted
Property GHOSTED is experimental and may be changed in the next release.
Member Ghosted
Property GHOSTED is experimental and may be changed in the next release.
Class II3DHEditDrawingInterface
The instant3Dhub EditDrawing API is available as a preview and is actively under development.
Member Outlined
This feature is experimental and may be changed in the next release.
Member Outlined
This feature is experimental and may be changed in the next release.
Class UI3DHEditDrawingInterface
The instant3Dhub EditDrawing API is available as a preview and is actively under development.
Module UnrealMaterialAPI
The Unreal Material API is experimental and under active development. Please use at your own risk.