Navigation
API > API/Plugins > API/Plugins/AvalancheAttribute
Attribute that holds a name
| Name | UAvaNameAttribute |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheAttribute/Public/AvaNameAttribute.h |
| Include Path | #include "AvaNameAttribute.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Name Attribute")
class UAvaNameAttribute : public UAvaAttribute
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAvaAttribute → UAvaNameAttribute
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | AvaNameAttribute.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetName
(
FName InName |
AvaNameAttribute.h |
Overridden from UAvaAttribute
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayName() |
Gets the display name to use for the attribute | AvaNameAttribute.h |