MCRO
C++23 utilities for Unreal Engine.
|
#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) |
Definition in file ArrayViews.h.