MakeUniformStaticArray

Creates a static array filled with the specified value.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StaticArray.h"

Syntax

template<typename InElementType, uint32 NumElements>
TStaticArray< InElementType, NumElements > MakeUniformStaticArray
(
    typename TCallTraits< InElementType >::ParamType InValue
)

Remarks

Creates a static array filled with the specified value.

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