![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| bool | IsExcluded (UClass *InClass) |
| void | UpdateExclusionList (const TArray< FString > &InClassNames, const TArray< FString > &InPackageShortNames) |
Public Attributes | |
| TSet< FName > | ExcludedClassNames |
| TSet< FName > | ExcludedPackageShortNames |
| TSet< FName > | CachedExcludeList |
| TSet< FName > | CachedIncludeList |
Helper class for tracking the list of classes excluded on a certain target system (client/server)
|
inline |
| TSet<FName> FClassExclusionData::CachedExcludeList |
| TSet<FName> FClassExclusionData::CachedIncludeList |
| TSet<FName> FClassExclusionData::ExcludedClassNames |
| TSet<FName> FClassExclusionData::ExcludedPackageShortNames |