#include <RuntimeMeshCore.h>
Public Member Functions | |
| FRuntimeMeshVertexStreamStructureElement () | |
| FRuntimeMeshVertexStreamStructureElement (uint8 InOffset, uint8 InStride, EVertexElementType InType) | |
| bool | IsValid () const |
| bool | operator!= (const FRuntimeMeshVertexStreamStructureElement &Other) const |
| bool | operator== (const FRuntimeMeshVertexStreamStructureElement &Other) const |
Public Attributes | |
| uint8 | Offset |
| uint8 | Stride |
| EVertexElementType | Type |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FRuntimeMeshVertexStreamStructureElement &Element) |
Definition at line 227 of file RuntimeMeshCore.h.
|
inline |
Definition at line 233 of file RuntimeMeshCore.h.
|
inline |
Definition at line 234 of file RuntimeMeshCore.h.
|
inline |
Definition at line 237 of file RuntimeMeshCore.h.
| bool FRuntimeMeshVertexStreamStructureElement::operator!= | ( | const FRuntimeMeshVertexStreamStructureElement & | Other | ) | const |
Definition at line 15 of file RuntimeMeshCore.cpp.
| bool FRuntimeMeshVertexStreamStructureElement::operator== | ( | const FRuntimeMeshVertexStreamStructureElement & | Other | ) | const |
Definition at line 10 of file RuntimeMeshCore.cpp.
|
friend |
Definition at line 243 of file RuntimeMeshCore.h.
| uint8 FRuntimeMeshVertexStreamStructureElement::Offset |
Definition at line 229 of file RuntimeMeshCore.h.
| uint8 FRuntimeMeshVertexStreamStructureElement::Stride |
Definition at line 230 of file RuntimeMeshCore.h.
| EVertexElementType FRuntimeMeshVertexStreamStructureElement::Type |
Definition at line 231 of file RuntimeMeshCore.h.