FConstStructView::Make

Creates a new [FStructView](API\Plugins\StructUtils\FStructView) from the templated struct

Choose your operating system:

Windows

macOS

Linux

References

Module

StructUtils

Header

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

Include

#include "StructView.h"

Syntax

template<typename T>
static FConstStructView Make
(
    const T & Struct
)

Remarks

Creates a new FStructView from the templated struct