UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSoftObjectPathThreadContext Class Reference

#include <SoftObjectPath.h>

+ Inheritance diagram for FSoftObjectPathThreadContext:

Public Member Functions

COREUOBJECT_API bool GetSerializationOptions (FName &OutPackageName, FName &OutPropertyName, ESoftObjectPathCollectType &OutCollectType, ESoftObjectPathSerializeType &OutSerializeType, FArchive *Archive=nullptr) const
 
- Public Member Functions inherited from FTlsAutoCleanup
virtual ~FTlsAutoCleanup ()
 
CORE_API void Register ()
 

Friends

struct FSoftObjectPathSerializationScope
 

Additional Inherited Members

- Static Public Member Functions inherited from TThreadSingleton< FSoftObjectPathThreadContext >
static FORCEINLINE FSoftObjectPathThreadContextGet ()
 
static FORCEINLINE FSoftObjectPathThreadContextGet (TFunctionRef< FTlsAutoCleanup *()> CreateInstance)
 
static FORCEINLINE FSoftObjectPathThreadContextTryGet ()
 
static FORCEINLINE FSoftObjectPathThreadContextInject (FSoftObjectPathThreadContext *Instance)
 
- Protected Member Functions inherited from TThreadSingleton< FSoftObjectPathThreadContext >
 TThreadSingleton ()
 
virtual ~TThreadSingleton ()
 
- Static Protected Member Functions inherited from TThreadSingleton< FSoftObjectPathThreadContext >
static FTlsAutoCleanupCreateInstance ()
 
- Protected Attributes inherited from TThreadSingleton< FSoftObjectPathThreadContext >
const uint32 ThreadId
 

Member Function Documentation

◆ GetSerializationOptions()

bool FSoftObjectPathThreadContext::GetSerializationOptions ( FName OutPackageName,
FName OutPropertyName,
ESoftObjectPathCollectType OutCollectType,
ESoftObjectPathSerializeType OutSerializeType,
FArchive Archive = nullptr 
) const

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

Parameters
OutPackageNamePackage that this string asset belongs to
OutPropertyNameProperty that this path belongs to
OutCollectTypeType of collecting that should be done
ArchiveThe FArchive that is serializing this path if known. If null it will check FUObjectThreadContext

Friends And Related Symbol Documentation

◆ FSoftObjectPathSerializationScope


The documentation for this class was generated from the following files: