Navigation
API > API/Plugins > API/Plugins/AvalancheInteractiveTools
| Name | UAvaInteractiveToolsSettings |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheInteractiveTools/Public/AvaInteractiveToolsSettings.h |
| Include Path | #include "AvaInteractiveToolsSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings, Meta=(DisplayName="Interactive Tools"))
class UAvaInteractiveToolsSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UAvaInteractiveToolsSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAvaInteractiveToolsSettings() |
AvaInteractiveToolsSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bViewportToolbarLabelEnabled | bool | Show viewport overlay toolbar label under each item | AvaInteractiveToolsSettings.h |
|
| CameraDistance | float | Distance from the camera at which actors are created. | AvaInteractiveToolsSettings.h |
|
| DefaultActionActorAlignment | EAvaInteractiveToolsDefaultActionAlignment | AvaInteractiveToolsSettings.h |
|
|
| ViewportToolbarPosition | EAvaInteractiveToolsViewportToolbarPosition | Position of the viewport overlay toolbar position | AvaInteractiveToolsSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetViewportToolbarVisible() |
Get visibility of viewport toolbar | AvaInteractiveToolsSettings.h | |
bool IsViewportToolbarSupported() |
Checks if active mode supports viewport toolbar | AvaInteractiveToolsSettings.h | |
void OpenEditorSettingsWindow() |
Open these settings in the editor | AvaInteractiveToolsSettings.h | |
void SetViewportToolbarVisible
(
bool bInVisible |
Set visibility of viewport toolbar | AvaInteractiveToolsSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UAvaInteractiveToolsSettings * Get() |
AvaInteractiveToolsSettings.h | ||
static bool IsViewportToolbarProperty
(
FName InPropertyName |
AvaInteractiveToolsSettings.h |