UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PhysicsLogUtil.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreTypes.h"
5
6class AActor;
7
8class FString;
10
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Actor.h:257
Definition ActorComponent.h:152
Definition PhysicsLogUtil.h:12
ENGINE_API FString MakeActorNameString(const UActorComponent *ActorComponent)
Definition PhysicsLogUtil.cpp:54
ENGINE_API FString MakeComponentNameString(const UActorComponent *Component)
Definition PhysicsLogUtil.cpp:64
ENGINE_API FString MakeComponentNetIDString(const UActorComponent *Component)
Definition PhysicsLogUtil.cpp:27