FLevelSnapshot_Property::AddNameReference

Add a new name referenced from this property scope.

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 AddNameReference
(
    const uint32 InOffset,
    const uint32 InNameIndex
)

Remarks

Add a new name referenced from this property scope.

Parameters

Parameter

Description

InOffset

Buffer offset where the name reference is encountered in this property scope.

InNameIndex

The array index of the referenced name in the FObjectSnapshot referenced names

See Also

FObjectSnapshot

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