Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UMeshComponent
- UStaticMeshComponent
- UCameraProxyMeshComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraComponent.h |
| Include | #include "Camera/CameraComponent.h" |
Syntax
UCLASS (MinimalAPI)
class UCameraProxyMeshComponent : public UStaticMeshComponent
Remarks
Allows a custom SceneProxy to interact with camera specific show flags.
Overridden from UPrimitiveComponent
| Type | Name | Description | |
|---|---|---|---|
| FPrimitiveSceneProxy * | Creates a proxy to represent the primitive to the scene manager in the rendering thread. |