FVertexElement::operator=

Suppress the compiler generated assignment operator so that padding won't be copied.

Choose your operating system:

Windows

macOS

Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHI.h

Include

#include "RHI.h"

Syntax

void operator=
(
    const FVertexElement & Other
)

Remarks

Suppress the compiler generated assignment operator so that padding won't be copied. This is necessary to get expected results for code that zeros, assigns and then CRC's the whole struct.