FLevelSnapshot_Property::AppendSerializedData

Recalculate the property scope offset and size from the newly appended data.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/PropertySnapshot.h

Include

#include "Data/PropertySnapshot.h"

Source

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/Data/PropertySnapshot.cpp

Syntax

void AppendSerializedData
(
    const uint32 InOffset,
    const uint32 InSize
)

Remarks

Recalculate the property scope offset and size from the newly appended data.

Parameters

Parameter

Description

InOffset

Buffer offset of the newly added data

InSize

Size of the newly added data.

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