![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Components/SceneComponent.h"#include "Engine/OverlapResult.h"#include "Engine/Level.h"#include "Engine/World.h"#include "EngineStats.h"#include "Components/StaticMeshComponent.h"#include "AI/NavigationSystemBase.h"#include "Engine/MapBuildDataRegistry.h"#include "GameFramework/PhysicsVolume.h"#include "Components/BillboardComponent.h"#include "Engine/Texture2D.h"#include "ComponentReregisterContext.h"#include "Physics/Experimental/PhysScene_Chaos.h"#include "TransformStateStream.h"#include "TransformStateStreamImpl.h"#include "UnrealEngine.h"#include "Logging/StructuredLog.h"#include "Logging/MessageLog.h"#include "Net/UnrealNetwork.h"#include "ComponentUtils.h"#include "ObjectTrace.h"#include "Framework/Notifications/NotificationManager.h"#include "UObject/UObjectAnnotation.h"#include "Widgets/Notifications/SNotificationList.h"#include "UObject/UObjectThreadContext.h"#include "UObject/UE5SpecialProjectStreamObjectVersion.h"#include "Engine/SCS_Node.h"#include "DeviceProfiles/DeviceProfileManager.h"#include "Interfaces/ITargetPlatform.h"#include "DeviceProfiles/DeviceProfile.h"#include "Net/Core/PushModel/PushModel.h"#include "UObject/Class.h"#include "UObject/ICookInfo.h"#include "Misc/DataValidation.h"#include "Misc/EnumRange.h"Namespaces | |
| namespace | SceneComponentStatics |
| namespace | SceneComponentCVars |
Macros | |
| #define | LOCTEXT_NAMESPACE "SceneComponent" |
Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogSceneComponent, Log, All) | |
| DECLARE_CYCLE_STAT (TEXT("UpdateComponentToWorld"), STAT_UpdateComponentToWorld, STATGROUP_Component) | |
| DECLARE_CYCLE_STAT (TEXT("UpdateChildTransforms"), STAT_UpdateChildTransforms, STATGROUP_Component) | |
| DECLARE_CYCLE_STAT_WITH_FLAGS (TEXT("Component CalcBounds"), STAT_ComponentCalcBounds, STATGROUP_Component, EStatFlags::Verbose) | |
| DECLARE_CYCLE_STAT (TEXT("Component UpdateNavData"), STAT_ComponentUpdateNavData, STATGROUP_Component) | |
| DECLARE_CYCLE_STAT (TEXT("Component PostUpdateNavData"), STAT_ComponentPostUpdateNavData, STATGROUP_Component) | |
| #define LOCTEXT_NAMESPACE "SceneComponent" |
| DECLARE_CYCLE_STAT | ( | TEXT("Component PostUpdateNavData") | , |
| STAT_ComponentPostUpdateNavData | , | ||
| STATGROUP_Component | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("Component UpdateNavData") | , |
| STAT_ComponentUpdateNavData | , | ||
| STATGROUP_Component | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("UpdateChildTransforms") | , |
| STAT_UpdateChildTransforms | , | ||
| STATGROUP_Component | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("UpdateComponentToWorld") | , |
| STAT_UpdateComponentToWorld | , | ||
| STATGROUP_Component | |||
| ) |
| DECLARE_CYCLE_STAT_WITH_FLAGS | ( | TEXT("Component CalcBounds") | , |
| STAT_ComponentCalcBounds | , | ||
| STATGROUP_Component | , | ||
| EStatFlags::Verbose | |||
| ) |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogSceneComponent | , |
| Log | , | ||
| All | |||
| ) |