UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HLODInstancedStaticMeshComponent.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
9#include "HLODInstancedStaticMeshComponent.generated.h"
10
11
31
32
33// ISM descriptor class based on FISMComponentDescriptor
34USTRUCT()
36{
38
39#if WITH_EDITOR
41
42 ENGINE_API virtual void InitFrom(const UStaticMeshComponent* Component, bool bInitBodyInstance = true) override;
43 ENGINE_API virtual void InitComponent(UInstancedStaticMeshComponent* ISMComponent) const override;
44#endif
45};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition Array.h:670
Definition UniquePtr.h:107
Definition HLODInstancedStaticMeshComponent.h:14
Definition InstancedStaticMeshComponent.h:158
Definition HLODInstancedStaticMeshComponent.h:36
Definition ISMComponentDescriptor.h:257