Navigation
API > API/Runtime > API/Runtime/Engine
| Name | IStaticMeshComponent |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
Syntax
class IStaticMeshComponent : public TComponentInterfaceBase< IStaticMeshComponent >
Inheritance Hierarchy
- TComponentInterfaceBase → IStaticMeshComponent
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Components/ComponentInterfaces.h | |||
| Components/ComponentInterfaces.h | |||
UStaticMesh * GetStaticMesh() |
Components/ComponentInterfaces.h | ||
void OnMeshRebuild
(
bool bRenderDataChanged |
Components/ComponentInterfaces.h | ||
void PostStaticMeshCompilation() |
Components/ComponentInterfaces.h | ||
void PreStaticMeshCompilation() |
Components/ComponentInterfaces.h |