TContainerElementTypeCompatibility

Temporary compatibility mechanism to be used solely for the purpose of raw pointers to wrapped pointers.

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/ContainerElementTypeCompatibility.h

Include

#include "Containers/ContainerElementTypeCompatibility.h"

Syntax

template<typename InElementType>
struct TContainerElementTypeCompatibility

Remarks

Temporary compatibility mechanism to be used solely for the purpose of raw pointers to wrapped pointers. Specialization and use of this type is not supported beyond the specific instances in ObjectPtr.h. These types and the container methods that leverage them will be removed in a future release.

Functions

Name Description

Public function Static

constexpr vo...

 

CopyingFromOtherType()

Public function Static

void

 

ReinterpretRange

(
    IterBeginType Iter,
    IterEndType IterEnd,
    OperatorType Operator
)

Public function Static

void

 

ReinterpretRangeContiguous

(
    IterBeginType Iter,
    IterEndType IterEnd,
    SizeType Size,
    OperatorType Operator
)

Typedefs

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