FSoftObjectPathThreadContext::GetSerializationOptions

Returns the current serialization options that were added using SerializationScope or LinkerLoad

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h

Include

#include "UObject/SoftObjectPath.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/SoftObjectPath.cpp

Syntax

bool GetSerializationOptions
(
    FName & OutPackageName,
    FName & OutPropertyName,
    ESoftObjectPathCollectType & OutCollectType,
    ESoftObjectPathSerializeType & OutSerializeType,
    FArchive * Archive
) const

Remarks

Returns the current serialization options that were added using SerializationScope or LinkerLoad

Parameters

Parameter

Description

OutPackageName

Package that this string asset belongs to

OutPropertyName

Property that this path belongs to

OutCollectType

Type of collecting that should be done

Archive

The FArchive that is serializing this path if known. If null it will check FUObjectThreadContext

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