UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LiveLinkFramePreProcessor.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "UObject/Object.h"
8
9#include "LiveLinkRole.h"
10#include "LiveLinkTypes.h"
12
13#include "LiveLinkFramePreProcessor.generated.h"
14
15
33
34
40UCLASS(Abstract, Blueprintable, editinlinenew, ClassGroup = (LiveLink), MinimalAPI)
#define PURE_VIRTUAL(func,...)
Definition CoreMiscDefines.h:103
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition LiveLinkFramePreProcessor.h:22
virtual TSubclassOf< ULiveLinkRole > GetRole() const =0
virtual ~ILiveLinkFramePreProcessorWorker()=default
virtual bool PreProcessFrame(const FLiveLinkStaticDataStruct &InStaticData, FLiveLinkFrameDataStruct &InOutFrame)
Definition LiveLinkFramePreProcessor.h:31
virtual bool PreProcessFrame(FLiveLinkFrameDataStruct &InOutFrame) const
Definition LiveLinkFramePreProcessor.h:28
Definition SharedPointer.h:692
Definition SubclassOf.h:30
Definition LiveLinkFramePreProcessor.h:42
virtual TSubclassOf< ULiveLinkRole > GetRole() const PURE_VIRTUAL(ULiveLinkFramePreProcessor
Definition LiveLinkFramePreProcessor.h:48
Definition LiveLinkRole.h:18
Definition Object.h:95