MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
ArrayViews.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Namespaces

namespace  Mcro
 
namespace  Mcro::ArrayViews
 

Functions

template<typename T , typename Allocator = FDefaultAllocator>
TArrayView< uint8 > Mcro::ArrayViews::MakeByteArrayViewFromTyped (TArray< T, Allocator > &array)
 
template<typename T , typename Allocator = FDefaultAllocator>
TArrayView< T > Mcro::ArrayViews::MakeTypedArrayViewFromBytes (TArray< uint8, Allocator > &array)
 

Detailed Description

Author
David Mórász
Date
2025

Definition in file ArrayViews.h.