TGLTFSharedArray

Inheritance Hierarchy

TSharedRef

TGLTFSharedArray

References

Module

GLTFExporter

Header

/Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Converters/GLTFSharedArray.h

Include

#include "Converters/GLTFSharedArray.h"

Syntax

template<typename ElementType, typename ArrayType, ESPMode Mode>
class TGLTFSharedArray : public TSharedRef< ArrayType, Mode >

Constructors

Name Description

Public function

TGLTFSharedArray()

Public function

TGLTFSharedArray

(
    const TSharedRef< OtherType, Mode >...
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const TGLTFSharedArray& Other
)

Public function Const

bool

 

operator==

(
    const TGLTFSharedArray& Other
)

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