![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "UObject/Class.h"#include "UObject/WeakObjectPtr.h"#include "Templates/Casts.h"#include "Templates/RemoveReference.h"Go to the source code of this file.
Classes | |
| class | FStructOnScope |
| class | TStructOnScope< T > |
Functions | |
| template<typename T , typename U = T, typename... TArgs> | |
| TStructOnScope< T > | MakeStructOnScope (TArgs &&... Args) |
| template<typename T > | |
| FArchive & | operator<< (FArchive &Ar, TStructOnScope< T > &Struct) |
|
inline |
Allocates a new struct of type U with the given arguments and returns it as a Typed StructOnScope of type T.
| Args | The arguments to pass to the constructor of U. |
| FArchive & operator<< | ( | FArchive & | Ar, |
| TStructOnScope< T > & | Struct | ||
| ) |