![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Templates/UnrealTypeTraits.h"#include "Containers/ContainerAllocationPolicies.h"#include "Containers/Array.h"#include "CoreGlobals.h"#include "Containers/ResourceArray.h"#include "Serialization/MemoryImage.h"Go to the source code of this file.
Classes | |
| class | TResourceArray< ElementType, Alignment > |
Enumerations | |
| enum | EResourceAlignment { VERTEXBUFFER_ALIGNMENT =DEFAULT_ALIGNMENT , INDEXBUFFER_ALIGNMENT =DEFAULT_ALIGNMENT } |
Functions | |
| template<typename ElementType , uint32 Alignment> | |
| FArchive & | operator<< (FArchive &Ar, TResourceArray< ElementType, Alignment > &ResourceArray) |
| FArchive & operator<< | ( | FArchive & | Ar, |
| TResourceArray< ElementType, Alignment > & | ResourceArray | ||
| ) |
Serializer for this class
| Ar | - archive to serialize to |
| ResourceArray | - resource array data to serialize |