Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/FLiveLinkBaseDataStruct > API/Runtime/LiveLinkInterface/FLiveLinkBaseDataStruct/InitializeWith
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
| Include | #include "LiveLinkTypes.h" |
void InitializeWith
(
const UScriptStruct * InOtherStruct,
const BaseType * InData
)
Remarks
- Initialize ourselves with another struct.
-
We could have been initialized before so if it's the case, previous memory will be destroyed.