![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | DataflowConvertNodesLocal |
| namespace | DynamicMeshMaterialSlotNameHelper |
| namespace | FitKDop3Helpers |
| namespace | LocGen |
| namespace | OverlaySeamHelpers |
| namespace | RenderAssetStreamingManager |
| namespace | StaticMesh |
| namespace | UDynamicMeshLocal |
| namespace | World |
| namespace | WorldPartition |
Classes | |
| struct | FCreateAndCopyAttributeValues |
| struct | FJsonStringifyArchive |
| struct | FJsonStringifyImpl |
| struct | FLookupTableEntry |
| struct | FOutputDeviceBlockAllocationTag |
| struct | FOutputDeviceItem |
| struct | FOutputDeviceLine |
| struct | FOutputDeviceLinearAllocator |
| struct | FOutputDeviceRedirectorState |
| class | FOutputDevicesPrimaryScopeLock |
| class | FOutputDevicesReadScopeLock |
| class | FOutputDevicesWriteScopeLock |
| struct | FPackageReferenceFinder |
| struct | FPrettyJsonWriter |
| class | FPrivateVertexInfo |
| struct | FReferencerFinderArchive |
| struct | FScopedControllerContext |
| struct | FScopeDisableRunningCookCommandlet |
| class | JsonObjectGraph |
| class | TIntrusiveListIterator |
| class | TIntrusiveTwoWayListIterator |
| struct | TPrettyJsonPrintPolicySingleNewLine |
Typedefs | |
| using | FJsonWriter = FPrettyJsonWriter |
| using | ThresholdGuard = TGuardValue_Bitfield_Cleanup< TFunction< void()> > |
Variables | |
| bool | GEnableTexturesSamplingStreamingCache = false |
The global memory allocator. Most callers should use FMemory::Malloc instead of accessing GMalloc directly. FMemory wraps GMalloc but also provides low-level memory tracking and AutoRTFM support.
UE::Private::TTransactionalAtomicRefCount manages a transactionally-safe atomic refcount value. This is used by FRefCountBase, FThreadSafeRefCountedObject and TRefCountingMixin (in thread-safe mode).
| int32 UE::Private::FindAttributeContainerOffset | ( | const SlateAttributePrivate::ISlateAttributeContainer * | Container, |
| FSlateAttributeBase * | Attribute | ||
| ) |
| FSlateAttributeDescriptor::OffsetType UE::Private::FindContainOffset | ( | const SlateAttributePrivate::ISlateAttributeContainer & | OwningContainer, |
| const FSlateAttributeBase & | Attribute | ||
| ) |
| FSlateAttributeDescriptor::OffsetType UE::Private::FindMemberOffset | ( | const SWidget & | OwningWidget, |
| const FSlateAttributeBase & | Attribute | ||
| ) |
| FString UE::Private::GetConstraintLabel | ( | const UTickableConstraint * | InConstraint | ) |
| UTransformableHandle * UE::Private::GetHandle | ( | UObject * | InObject, |
| const FName & | InSocketName | ||
| ) |
| UObject * UE::Private::GetHandleTarget | ( | const TObjectPtr< UTransformableHandle > & | InHandle | ) |
| EInvalidateWidgetReason UE::Private::InvalidateForContained | ( | const SlateAttributePrivate::ISlateAttributeContainer & | OwningContainer, |
| SWidget & | OwningWidget, | ||
| const FSlateAttributeBase & | Attribute, | ||
| EInvalidateWidgetReason | Reason | ||
| ) |
| EInvalidateWidgetReason UE::Private::InvalidateForMember | ( | SWidget & | OwningWidget, |
| const FSlateAttributeBase & | Attribute, | ||
| EInvalidateWidgetReason | Reason | ||
| ) |
| void UE::Private::PreEvaluateChild | ( | const TObjectPtr< UTransformableHandle > & | InHandle | ) |
| void UE::Private::PreEvaluateParent | ( | const TObjectPtr< UTransformableHandle > & | InHandle | ) |
| bool UE::Private::ShouldForceChildDependency | ( | ) |
| bool UE::Private::ShouldForceParentDependency | ( | ) |
| bool UE::Private::ShouldPreEvaluateChild | ( | ) |
| bool UE::Private::ShouldPreEvaluateParent | ( | ) |
| void UE::Private::UpdateMinPixelThreshold | ( | UGizmoElementBase * | InGizmoElement, |
| const float | InPixelHitThreshold | ||
| ) |
| void UE::Private::UpdatePixelThreshold | ( | UGizmoElementBase * | InGizmoElement, |
| const float | InPixelHitThreshold | ||
| ) |