Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FSoftObjectPathThreadContext
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 |
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
| Name | 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 |