FCbFieldView::FCbFieldView

Construct a field from a pointer to its data and an optional externally-provided type.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h

Include

#include "Serialization/CompactBinary.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp

Syntax

FCbFieldView
(
    const void * Data,
    ECbFieldType Type
)

Remarks

Construct a field from a pointer to its data and an optional externally-provided type.

Parameters

Parameter

Description

Data

Pointer to the start of the field data.

Type

HasFieldType means that Data contains the type. Otherwise, use the given type.