![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Misc/AssertionMacros.h"#include "HAL/UnrealMemory.h"#include "Templates/UnrealTypeTraits.h"#include "Containers/Array.h"#include "Misc/ITransaction.h"Go to the source code of this file.
Classes | |
| class | TTransArray< T > |
Functions | |
| template<typename T > | |
| void * | operator new (size_t Size, TTransArray< T > &Array) |
| template<typename T > | |
| void * | operator new (size_t Size, TTransArray< T > &Array, int32 Index) |
Variables | |
| CORE_API ITransaction * | GUndo |
| void * operator new | ( | size_t | Size, |
| TTransArray< T > & | Array | ||
| ) |
| void * operator new | ( | size_t | Size, |
| TTransArray< T > & | Array, | ||
| int32 | Index | ||
| ) |
|
extern |