Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FPrimitiveComponentTarget
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ComponentSourceInterfaces.h |
| Include | #include "ComponentSourceInterfaces.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/ComponentSourceInterfaces.cpp |
void SetOwnerVisibility
(
bool bVisible
) const
Remarks
Set the visibility of the Component associated with this Source (ie to hide during Tool usage)
Parameters
| Name | Description |
|---|---|
| bVisible | desired visibility |