types

Windows
MacOS
Linux

Classes

Name

Description

Public class

ArrayView

A view over a continuous sequence of objects.

Public struct

ArrayViewTraits

Public class

StringView

Public struct

Vector3

Typedefs

Functions

Name Description

Public function

Vector3

 

dna::operator-

(
    Vector3 lhs,
    const Vector3& rhs
)

Public function

Vector3

 

dna::operator-

(
    Vector3 lhs,
    float rhs
)

Public function

bool

 

dna::operator!=

(
    const StringView& lhs,
    const StringView& rhs
)

Public function

bool

 

dna::operator!=

(
    const Vector3& lhs,
    const Vector3& rhs
)

Public function

Vector3

 

dna::operator*

(
    Vector3 lhs,
    const Vector3& rhs
)

Public function

Vector3

 

dna::operator*

(
    Vector3 lhs,
    float rhs
)

Public function

Vector3

 

dna::operator/

(
    Vector3 lhs,
    const Vector3& rhs
)

Public function

Vector3

 

dna::operator/

(
    Vector3 lhs,
    float rhs
)

Public function

Vector3

 

dna::operator+

(
    Vector3 lhs,
    float rhs
)

Public function

Vector3

 

dna::operator+

(
    Vector3 lhs,
    const Vector3& rhs
)

Public function

bool

 

dna::operator==

(
    const StringView& lhs,
    const StringView& rhs
)

Public function

bool

 

dna::operator==

(
    const Vector3& lhs,
    const Vector3& rhs
)

Public function

bool

 

trust::operator!=

(
    const ArrayView< T >& lhs,
    const ArrayView< U >& rhs
)

Public function

bool

 

trust::operator!=

(
    const ArrayView< T >& lhs,
    const TContainer& rhs
)

Public function

bool

 

trust::operator!=

(
    const TContainer& lhs,
    const ArrayView< T >& rhs
)

Public function

bool

 

trust::operator==

(
    const ArrayView< T >& lhs,
    const ArrayView< U >& rhs
)

Public function

bool

 

trust::operator==

(
    const ArrayView< T >& lhs,
    const TContainer& rhs
)

Public function

bool

 

trust::operator==

(
    const TContainer& lhs,
    const ArrayView< T >& rhs
)

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