UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ActorStaticMeshComponentInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
8{
9public:
10#if WITH_EDITOR
11 virtual void OnMeshRebuild(bool bRenderDataChanged) override;
12 virtual void PreStaticMeshCompilation() override;
13 virtual void PostStaticMeshCompilation() override;
14#endif
15 virtual UStaticMesh* GetStaticMesh() const override;
17};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ActorStaticMeshComponentInterface.h:8
virtual UStaticMesh * GetStaticMesh() const override
Definition StaticMeshComponent.cpp:3962
virtual IPrimitiveComponent * GetPrimitiveComponentInterface() override
Definition StaticMeshComponent.cpp:3967
Definition ComponentInterfaces.h:59
Definition ComponentInterfaces.h:115
Definition StaticMesh.h:593