FRawMesh::IsValid

Returns true if the mesh contains valid information.

Windows
MacOS
Linux

References

Module

RawMesh

Header

/Engine/Source/Runtime/RawMesh/Public/RawMesh.h

Include

#include "RawMesh.h"

Source

/Engine/Source/Runtime/RawMesh/Private/RawMesh.cpp

Syntax

bool IsValid() const

Remarks

Returns true if the mesh contains valid information.

  • Validates that stream sizes match.

  • Validates that there is at least one texture coordinate.

  • Validates that indices are valid positions in the vertex stream.

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