Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
Description
Supplies the editor with a view specific to this component (think a view from a camera components POV, a render, etc.). Used for PIP preview windows.
Derived Overrides
| Name | GetEditorPreviewInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
virtual bool GetEditorPreviewInfo
(
float DeltaTime,
FMinimalViewInfo & ViewOut
)
True if the component overrides this, and fills out the view info output.