![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | ArrayView |
| namespace | CompactHashTable |
| namespace | Iterable |
| namespace | PagedArray |
| namespace | Private |
| implementation | |
Classes | |
| class | FURLRequestFilter |
| class | FVersePath |
| struct | FVisualizerDebuggingState |
| struct | TAlignedElement |
| struct | TAlignedElement< T, Alignment > |
Typedefs | |
| template<typename FmtType , typename... ArgTypes> | |
| using | TCheckedFormatString = ::UE::Core::Private::FormatStringSan::TCheckedFormatStringPrivate< FmtType, TIdentity_T< ArgTypes >... > |
Enumerations | |
| enum class | EVisualizerDebuggingStateResult : uint8 { Success , StringCollision , FeatureDisabled } |
Functions | |
| bool | operator== (const FVersePath &Lhs, const FVersePath &Rhs) |
| bool | operator!= (const FVersePath &Lhs, const FVersePath &Rhs) |
| FArchive & | operator<< (FArchive &Ar, FVersePath &VersePath) |
| uint32 | GetTypeHash (const UE::Core::FVersePath &VersePath) |
| CORE_API FString | MangleGuidToVerseIdent (const FString &Guid) |
| CORE_API FString | MakeValidVerseIdentifier (FStringView Str) |
| using UE::Core::TCheckedFormatString = typedef ::UE::Core::Private::FormatStringSan::TCheckedFormatStringPrivate<FmtType, TIdentity_T<ArgTypes>...> |
|
strong |
Enumeration specifying how a call to FVisualizerDebuggingState::Assign succeeded or failed
| UE_FORCEINLINE_HINT uint32 UE::Core::GetTypeHash | ( | const UE::Core::FVersePath & | VersePath | ) |
| FString UE::Core::MakeValidVerseIdentifier | ( | FStringView | Str | ) |
| FString UE::Core::MangleGuidToVerseIdent | ( | const FString & | Guid | ) |
| UE_FORCEINLINE_HINT bool UE::Core::operator!= | ( | const FVersePath & | Lhs, |
| const FVersePath & | Rhs | ||
| ) |
| UE_FORCEINLINE_HINT FArchive & UE::Core::operator<< | ( | FArchive & | Ar, |
| FVersePath & | VersePath | ||
| ) |
| UE_FORCEINLINE_HINT bool UE::Core::operator== | ( | const FVersePath & | Lhs, |
| const FVersePath & | Rhs | ||
| ) |