Implements actions for handling Articy alternative global variables in the editor.
More...
#include <AssetTypeActions_ArticyAlterativeGV.h>
|
| virtual bool | CanFilter () override |
| | Determines if the asset can be filtered in the content browser.
|
| virtual uint32 | GetCategories () override |
| | Returns the asset categories this asset type belongs to.
|
| virtual FText | GetName () const override |
| | Retrieves the display name for the asset type.
|
| virtual UClass * | GetSupportedClass () const override |
| | Gets the class supported by this asset type.
|
| virtual FColor | GetTypeColor () const override |
| | Returns the color associated with this asset type.
|
Implements actions for handling Articy alternative global variables in the editor.
This class provides the functionality to manage and display Articy alternative global variable assets within the Unreal Editor.
◆ CanFilter()
| bool FAssetTypeActions_ArticyAlterativeGV::CanFilter |
( |
| ) |
|
|
overridevirtual |
Determines if the asset can be filtered in the content browser.
- Returns
- True if the asset can be filtered, false otherwise.
◆ GetCategories()
| uint32 FAssetTypeActions_ArticyAlterativeGV::GetCategories |
( |
| ) |
|
|
overridevirtual |
Returns the asset categories this asset type belongs to.
- Returns
- The categories this asset type belongs to.
◆ GetName()
| FText FAssetTypeActions_ArticyAlterativeGV::GetName |
( |
| ) |
const |
|
overridevirtual |
Retrieves the display name for the asset type.
- Returns
- The localized text for the asset type name.
◆ GetSupportedClass()
| UClass * FAssetTypeActions_ArticyAlterativeGV::GetSupportedClass |
( |
| ) |
const |
|
overridevirtual |
Gets the class supported by this asset type.
- Returns
- The class type supported by this asset action.
◆ GetTypeColor()
| FColor FAssetTypeActions_ArticyAlterativeGV::GetTypeColor |
( |
| ) |
const |
|
overridevirtual |
Returns the color associated with this asset type.
- Returns
- The color used to represent this asset type in the editor.
The documentation for this class was generated from the following files:
- Source/ArticyEditor/Private/Customizations/AssetActions/AssetTypeActions_ArticyAlterativeGV.h
- Source/ArticyEditor/Private/Customizations/AssetActions/AssetTypeActions_ArticyAlterativeGV.cpp