Navigation
API > API/Plugins > API/Plugins/MixedRealityCaptureFramework
| Name | UMrcGarbageMatteCaptureComponent |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MixedRealityCaptureFramework/Source/MixedRealityCaptureFramework/Public/MrcGarbageMatteCaptureComponent.h |
| Include Path | #include "MrcGarbageMatteCaptureComponent.h" |
Syntax
UCLASS (ClassGroup=Rendering, EditInlineNew, Config=Engine, Meta=(BlueprintSpawnableComponent))
class UMrcGarbageMatteCaptureComponent : public USceneCaptureComponent2D
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → USceneCaptureComponent → USceneCaptureComponent2D → UMrcGarbageMatteCaptureComponent
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMrcGarbageMatteCaptureComponent
(
const FObjectInitializer& ObjectInitializer |
MrcGarbageMatteCaptureComponent.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FocalDriver | TScriptInterface< IMrcFocalDriver > | MrcGarbageMatteCaptureComponent.h |
|
|
| GarbageMatteActor | TObjectPtr< AMrcGarbageMatteActor > | MrcGarbageMatteCaptureComponent.h |
|
|
| GarbageMatteActorClass | TSubclassOf< AMrcGarbageMatteActor > | MrcGarbageMatteCaptureComponent.h |
|
|
| SpawnedActors | TArray< TObjectPtr< AMrcGarbageMatteActor > > | MrcGarbageMatteCaptureComponent.h |
|
|
| TrackingOriginPtr | TWeakObjectPtr< USceneComponent > | MrcGarbageMatteCaptureComponent.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyCalibrationData
(
const UMrcCalibrationData* ConfigData |
MrcGarbageMatteCaptureComponent.h |
|
|
void GetGarbageMatteData
(
TArray< FMrcGarbageMatteSaveData >& GarbageMatteDataOut |
MrcGarbageMatteCaptureComponent.h |
|
|
void SetFocalDriver
(
TScriptInterface< IMrcFocalDriver > InFocalDriver |
MrcGarbageMatteCaptureComponent.h |
|
|
void SetGarbageMatteActor
(
AMrcGarbageMatteActor* NewActor |
MrcGarbageMatteCaptureComponent.h |
|
|
void SetTrackingOrigin
(
USceneComponent* TrackingOrigin |
MrcGarbageMatteCaptureComponent.h | ||
AMrcGarbageMatteActor * SpawnNewGarbageMatteActor
(
USceneComponent* TrackingOrigin |
MrcGarbageMatteCaptureComponent.h |
|
Overridden from USceneCaptureComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const AActor * GetViewOwner() |
MrcGarbageMatteCaptureComponent.h |
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnComponentDestroyed
(
bool bDestroyingHierarchy |
MrcGarbageMatteCaptureComponent.h | ||
virtual void TickComponent
(
float DeltaTime, |
MrcGarbageMatteCaptureComponent.h |