UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InterchangePipelineBase.cpp File Reference

Classes

struct  FWeakObjectPtrData
 

Namespaces

namespace  UE
 
namespace  UE::Interchange
 
namespace  UE::Interchange::PipelinePrivate
 

Functions

FString UE::Interchange::PipelinePrivate::CreateConfigSectionName (const FName PipelineStackName, UClass *PipelineClass)
 
uint32 UE::Interchange::PipelinePrivate::GetConfigSectionPipelinePathHash (UInterchangePipelineBase *PipelineAsset)
 
FString UE::Interchange::PipelinePrivate::CreateConfigSectionName (const FName PipelineStackName, UInterchangePipelineBase *PipelineAsset)
 
FArchiveoperator<< (FArchive &Ar, FInterchangePipelineContextParams &Params)
 
FArchiveoperator<< (FArchive &Ar, FInterchangePipelinePropertyStatePerContext &States)
 
FArchiveoperator<< (FArchive &Ar, FInterchangePipelinePropertyStates &States)
 
void GatherObjectAndWeakObjectPtrs (UClass *Class, UObject *Object, TMap< FString, UObject * > &ObjectPtrs, TArray< FWeakObjectPtrData > &WeakObjectPtrs)
 

Function Documentation

◆ GatherObjectAndWeakObjectPtrs()

void GatherObjectAndWeakObjectPtrs ( UClass Class,
UObject Object,
TMap< FString, UObject * > &  ObjectPtrs,
TArray< FWeakObjectPtrData > &  WeakObjectPtrs 
)

◆ operator<<() [1/3]

FArchive & operator<< ( FArchive Ar,
FInterchangePipelineContextParams Params 
)

◆ operator<<() [2/3]

FArchive & operator<< ( FArchive Ar,
FInterchangePipelinePropertyStatePerContext States 
)

◆ operator<<() [3/3]

FArchive & operator<< ( FArchive Ar,
FInterchangePipelinePropertyStates States 
)