Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkSubject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PreprocessFrame
(
FLiveLinkFrameDataStruct& InOutFrameData |
Apply this subject's preprocessors to frame data. | ILiveLinkSubject.h | |
virtual void PreprocessFrame
(
const FLiveLinkStaticDataStruct& InStaticData, |
Apply this subject's preprocessors to frame data. Provides static data as a const reference. | ILiveLinkSubject.h |
PreprocessFrame(FLiveLinkFrameDataStruct &)
Description
Apply this subject's preprocessors to frame data.
| Name | PreprocessFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkSubject.h |
| Include Path | #include "ILiveLinkSubject.h" |
virtual void PreprocessFrame
(
FLiveLinkFrameDataStruct & InOutFrameData
)
PreprocessFrame(const FLiveLinkStaticDataStruct &, FLiveLinkFrameDataStruct &)
Description
Apply this subject's preprocessors to frame data. Provides static data as a const reference.
| Name | PreprocessFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkSubject.h |
| Include Path | #include "ILiveLinkSubject.h" |
virtual void PreprocessFrame
(
const FLiveLinkStaticDataStruct & InStaticData,
FLiveLinkFrameDataStruct & InOutFrameData
)