FCbFieldView::AsInt32

Access the field as an int32. Returns the provided default on error.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Serialization/CompactBinary.h"

Syntax

int32 AsInt32
(
    int32 Default
)

Remarks

Access the field as an int32. Returns the provided default on error.