MakeInlineValue

Construct a new TInlineValue from the specified user type, and arguments

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/InlineValue.h

Include

#include "Misc/InlineValue.h"

Syntax

template<typename BaseType, typename UserType, uint8 MaxInlineSize, uint8 DefaultAlignment, typename... ArgsType>
TInlineValue< BaseType, MaxInlineSize, DefaultAlignment > MakeInlineValue
(
    ArgsType... Args
)

Remarks

Construct a new TInlineValue from the specified user type, and arguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss