FLiveLinkBaseDataStruct::InitializeWith

Initialize ourselves with another data struct directly.

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h

Include

#include "LiveLinkTypes.h"

Syntax

template<typename DataType>
void InitializeWith
(
    const DataType * InData
)

Remarks

Initialize ourselves with another data struct directly.

: We could have been initialized before so if it's the case, previous memory will be destroyed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss