![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LiveLinkFramePreProcessor.h>
Public Member Functions | |
| virtual | ~ILiveLinkFramePreProcessorWorker ()=default |
| virtual TSubclassOf< ULiveLinkRole > | GetRole () const =0 |
| virtual bool | PreProcessFrame (FLiveLinkFrameDataStruct &InOutFrame) const |
| virtual bool | PreProcessFrame (const FLiveLinkStaticDataStruct &InStaticData, FLiveLinkFrameDataStruct &InOutFrame) |
Basic object to apply preprocessing to a live link frame. Inherit from it to add specific operations / options for a certain type of data
|
virtualdefault |
|
pure virtual |
|
inlinevirtual |
Implement this method if you require access to static and frame data. Note that the static data is a const reference.
|
inlinevirtual |
Implement this method if you only require the frame data.