FVertexElement::operator=

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss