FWorldSnapshotData::AddObjectDependency

Adds an object dependency without serializing the object's content.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

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

Include

#include "Data/WorldSnapshotData.h"

Source

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

Syntax

int32 AddObjectDependency
(
    UObject * ReferenceFromOriginalObject
)

Remarks

Adds an object dependency without serializing the object's content. Intended for external objects, e.g. to UMaterial in the content browser.

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