FInstancedStructStream::Emplace_GetRef

Emplaces struct in the buffer, and returns reference to it.

Choose your operating system:

Windows

macOS

Linux

References

Module

StructUtils

Header

/Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/InstancedStructStream.h

Include

#include "InstancedStructStream.h"

Syntax

template<typename T, typename... TArgs>
T & Emplace_GetRef
(
    TArgs &&... InArgs
)

Remarks

Emplaces struct in the buffer, and returns reference to it.