Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/FLiveLinkStructPropertyBindings > API/Plugins/LiveLinkMovieScene/FLiveLinkStructPropertyBindings/FPropertyWrapper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType * GetPropertyAddress
(
void* BaseContainerAddress, |
MovieScene/MovieSceneLiveLinkStructPropertyBindings.h | ||
const ValueType * GetPropertyAddress
(
const void* BaseContainerAddress, |
MovieScene/MovieSceneLiveLinkStructPropertyBindings.h |
GetPropertyAddress(void *, int32)
| Name | GetPropertyAddress |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkStructPropertyBindings.h |
| Include Path | #include "MovieScene/MovieSceneLiveLinkStructPropertyBindings.h" |
template<typename ValueType>
ValueType * GetPropertyAddress
(
void * BaseContainerAddress,
int32 Index
) const
GetPropertyAddress(const void *, int32)
| Name | GetPropertyAddress |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkStructPropertyBindings.h |
| Include Path | #include "MovieScene/MovieSceneLiveLinkStructPropertyBindings.h" |
template<typename ValueType>
const ValueType * GetPropertyAddress
(
const void * BaseContainerAddress,
int32 Index
) const