Navigation
API > API/Plugins > API/Plugins/UAF
An attribute description.
| Name | FAttributeDescription |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeDescription.h |
| Include Path | #include "UAF/Attributes/AttributeDescription.h" |
Syntax
struct FAttributeDescription
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UAF/Attributes/AttributeDescription.h | |||
FAttributeDescription
(
FName InName, |
UAF/Attributes/AttributeDescription.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LOD | int32 | The LOD at which this attribute is active. | UAF/Attributes/AttributeDescription.h | |
| Name | FName | Our attribute name. | UAF/Attributes/AttributeDescription.h | |
| ParentName | FName | The attribute name of our parent (or None if we are at the root) | UAF/Attributes/AttributeDescription.h | |
| Type | UScriptStruct * | The attribute type. | UAF/Attributes/AttributeDescription.h |