Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/TexAlignTools.h |
| Include | #include "TexAlignTools.h" |
Syntax
class FTexAlignTools
Remarks
A helper class to store the state of the various texture alignment tools.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< UTexAligner * > | Aligners | A list of all available aligners. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UTexAligner * | GetAligner
(
ETexAlign InTexAlign |
Returns the most appropriate texture aligner based on the type passed in. | |
| void | Init () |
Creates the list of aligners. | |
| void | Release () |