AsConst

Overload list

Windows
MacOS
Linux
Name Description

Public function

constexpr co...

 

AsConst

(
    T*const& Ptr
)

Call with a reference instead of a pointer.

Public function

constexpr co...

 

AsConst

(
    T*const&& Ptr
)

Call with a reference instead of a pointer.

Public function

constexpr co...

 

AsConst

(
    T& Ref
)

Returns a non-const reference type as const.

Public function

void

 

AsConst

(
    const T&& Ref
)

Disallowed for rvalue references because it cannot extend their lifetime.

Public function

constexpr co...

 

AsConst

(
    T(&) Array
)

Returns a non-const reference type as const.

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