|  | Ark Server API (ASA) - Wiki
    | 
#include "CoreTypes.h"#include "Misc/AssertionMacros.h"#include "HAL/UnrealMemory.h"#include "Templates/MemoryOps.h"#include "Templates/PointerIsConvertibleFromTo.h"#include "Templates/Decay.h"#include "Templates/TypeCompatibleBytes.h"#include "Templates/UnrealTemplate.h" Include dependency graph for InlineValue.h:
 Include dependency graph for InlineValue.h:Go to the source code of this file.
| Classes | |
| class | TInlineValue< BaseType, DesiredMaxInlineSize, DefaultAlignment > | 
| Functions | |
| template<typename BaseType , typename UserType , uint8 MaxInlineSize = 64, uint8 DefaultAlignment = 8, typename... ArgsType> | |
| TInlineValue< BaseType, MaxInlineSize, DefaultAlignment > | MakeInlineValue (ArgsType... Args) | 
| TInlineValue< BaseType, MaxInlineSize, DefaultAlignment > MakeInlineValue | ( | ArgsType... | Args | ) | 
Construct a new TInlineValue<BaseType> from the specified user type, and arguments
Definition at line 245 of file InlineValue.h.