Navigation
API > API/Runtime > API/Runtime/Engine
Information about the sprite category, used for visualization in the editor
| Name | FSpriteCategoryInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
Syntax
USTRUCT ()
struct FSpriteCategoryInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FName | Sprite category that the component belongs to | Components/PrimitiveComponent.h | |
| Description | FText | Localized description of the sprite category | Components/PrimitiveComponent.h | |
| DisplayName | FText | Localized name of the sprite category | Components/PrimitiveComponent.h |