Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Wrapper around FStructOnScope to handle FLiveLinkBaseFrameData Can safely cast to the specific outer type
| Name | FLiveLinkBaseDataStruct |
| Type | class |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
| Include Path | #include "LiveLinkTypes.h" |
Syntax
template<typename BaseType>
class FLiveLinkBaseDataStruct
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LiveLinkTypes.h | |||
FLiveLinkBaseDataStruct
(
const UScriptStruct* InType |
Build the wrapper struct for a specific type but without any data to initialize it with. | LiveLinkTypes.h | |
FLiveLinkBaseDataStruct
(
FLiveLinkBaseDataStruct&& InOther |
LiveLinkTypes.h | ||
FLiveLinkBaseDataStruct
(
const UScriptStruct* InType, |
Build the wrapper struct using external data location. | LiveLinkTypes.h |
Structs
| Name | Remarks |
|---|---|
| FCastImpl |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const Type * Cast () |
LiveLinkTypes.h | ||
Type * Cast () |
LiveLinkTypes.h | ||
BaseType * CloneData() |
LiveLinkTypes.h | ||
BaseType * GetBaseData () |
LiveLinkTypes.h | ||
const BaseType * GetBaseData () |
LiveLinkTypes.h | ||
const UScriptStruct * GetStruct() |
LiveLinkTypes.h | ||
void InitializeWith
(
const FLiveLinkBaseDataStruct& InOther |
Initialize ourselves with another data struct. | LiveLinkTypes.h | |
void InitializeWith
(
const DataType* InData |
Initialize ourselves with another data struct directly. | LiveLinkTypes.h | |
void InitializeWith
(
const UScriptStruct* InOtherStruct, |
Initialize ourselves with another struct. | LiveLinkTypes.h | |
bool IsValid() |
LiveLinkTypes.h | ||
void Reset() |
LiveLinkTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FLiveLinkBaseDataStruct& Other |
LiveLinkTypes.h | ||
FLiveLinkBaseDataStruct & operator=
(
FLiveLinkBaseDataStruct&& InOther |
LiveLinkTypes.h | ||
bool operator==
(
const FLiveLinkBaseDataStruct& Other |
LiveLinkTypes.h |