Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FActorStaticMeshComponentInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorStaticMeshComponentInterface.h |
| Include Path | #include "Components/ActorStaticMeshComponentInterface.h" |
Syntax
class FActorStaticMeshComponentInterface : public IStaticMeshComponent
Implements Interfaces
Functions
Public
Overridden from IStaticMeshComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual IPrimitiveComponent * GetPrimitiveComponentInterface() |
Components/ActorStaticMeshComponentInterface.h | ||
virtual UStaticMesh * GetStaticMesh() |
Components/ActorStaticMeshComponentInterface.h | ||
virtual void OnMeshRebuild
(
bool bRenderDataChanged |
Components/ActorStaticMeshComponentInterface.h | ||
virtual void PostStaticMeshCompilation() |
Components/ActorStaticMeshComponentInterface.h | ||
virtual void PreStaticMeshCompilation() |
Components/ActorStaticMeshComponentInterface.h |