UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSmartNameContainer Struct Reference

#include <SmartName.h>

Public Member Functions

 GENERATED_USTRUCT_BODY ()
 
ENGINE_API FSmartNameMappingAddContainer (FName NewContainerName)
 
ENGINE_API const FSmartNameMappingGetContainer (FName ContainerName) const
 
ENGINE_API void Serialize (FArchive &Ar, bool bIsTemplate)
 
ENGINE_API void PostLoad ()
 

Protected Member Functions

ENGINE_API FSmartNameMappingGetContainerInternal (const FName &ContainerName)
 
ENGINE_API const FSmartNameMappingGetContainerInternal (const FName &ContainerName) const
 

Friends

class USkeleton
 
FArchiveoperator<< (FArchive &Ar, FSmartNameContainer &Elem)
 

Member Function Documentation

◆ AddContainer()

FSmartNameMapping * FSmartNameContainer::AddContainer ( FName  NewContainerName)

◆ GENERATED_USTRUCT_BODY()

FSmartNameContainer::GENERATED_USTRUCT_BODY ( )

◆ GetContainer()

const FSmartNameMapping * FSmartNameContainer::GetContainer ( FName  ContainerName) const

◆ GetContainerInternal() [1/2]

FSmartNameMapping * FSmartNameContainer::GetContainerInternal ( const FName ContainerName)
protected

◆ GetContainerInternal() [2/2]

const FSmartNameMapping * FSmartNameContainer::GetContainerInternal ( const FName ContainerName) const
protected

◆ PostLoad()

void FSmartNameContainer::PostLoad ( )

◆ Serialize()

void FSmartNameContainer::Serialize ( FArchive Ar,
bool  bIsTemplate 
)

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FSmartNameContainer Elem 
)
friend

◆ USkeleton

friend class USkeleton
friend

Only restricted classes can access the protected interface


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