![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BatchedElements.h>
Public Attributes | |
| FDFVector4 | Position |
| FVector2f | TextureCoordinate |
| FLinearColor | Color |
| FColor | HitProxyIdColor |
The type used to store batched line vertices.
|
default |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector4f & | InPosition, |
| const FVector2f & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| const FColor & | InHitProxyColor | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector4f & | InPosition, |
| const FVector2D & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| const FColor & | InHitProxyColor | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector3f & | InPosition, |
| const FVector2D & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| const FColor & | InHitProxyColor | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector4d & | InPosition, |
| const FVector2D & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| const FColor & | InHitProxyColor | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector3d & | InPosition, |
| const FVector2D & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| const FColor & | InHitProxyColor | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector4f & | InPosition, |
| const FVector2f & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| FHitProxyId | InHitProxyId | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector4f & | InPosition, |
| const FVector2D & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| FHitProxyId | InHitProxyId | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector3f & | InPosition, |
| const FVector2D & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| FHitProxyId | InHitProxyId | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector4d & | InPosition, |
| const FVector2D & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| FHitProxyId | InHitProxyId | ||
| ) |
| FSimpleElementVertex::FSimpleElementVertex | ( | const FVector3d & | InPosition, |
| const FVector2D & | InTextureCoordinate, | ||
| const FLinearColor & | InColor, | ||
| FHitProxyId | InHitProxyId | ||
| ) |
| FLinearColor FSimpleElementVertex::Color |
| FColor FSimpleElementVertex::HitProxyIdColor |
| FDFVector4 FSimpleElementVertex::Position |
| FVector2f FSimpleElementVertex::TextureCoordinate |