Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UViewAdjustedStaticMeshGizmoComp-
Description
Sets a mesh that is swapped in while the component is being interacted with. This is done by not rendering this component and making the substitute component visible.
| Name | SetSubstituteInteractionComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ViewAdjustedStaticMeshGizmoComponent.h |
| Include Path | #include "BaseGizmos/ViewAdjustedStaticMeshGizmoComponent.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/ViewAdjustedStaticMeshGizmoComponent.cpp |
void SetSubstituteInteractionComponent
(
UPrimitiveComponent * Component,
const FTransform & RelativeTransform
)