CopyFromWeakArray

Utility function to fill in a TArray from a [TArray](API\Runtime\Core\Containers\TArray)>

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h

Include

#include "UObject/WeakObjectPtrTemplates.h"

Syntax

template<typename DestArrayType, typename SourceArrayType>
void CopyFromWeakArray
(
    DestArrayType & Dest,
    const SourceArrayType & Src
)

Remarks

Utility function to fill in a TArray from a TArray>

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