Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/MediaShaders.h |
| Include | #include "MediaShaders.h" |
Syntax
struct FMediaElementVertex
Remarks
Stores media drawing vertices.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector4f | Position | ||
| FVector2f | TextureCoordinate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMediaElementVertex
(
const FVector4f& InPosition, |