2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/TextTagPair.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
25 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
29 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
33 return reinterpret_cast<List<SharedPointer<TextTagPair>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
37 *
reinterpret_cast<List<SharedPointer<TextTagPair>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
Definition CinematicTemplateAnimationData.h:6
void setTextTags(List< SharedPointer< TextTagPair > > *val)
Definition CinematicTemplateAnimationData.h:36
void setSound(std::string val)
Definition CinematicTemplateAnimationData.h:20
void setLength(float val)
Definition CinematicTemplateAnimationData.h:28
std::string getSound()
Definition CinematicTemplateAnimationData.h:16
std::string getAnimationPath()
Definition CinematicTemplateAnimationData.h:8
float getLength()
Definition CinematicTemplateAnimationData.h:24
List< SharedPointer< TextTagPair > > * getTextTags()
Definition CinematicTemplateAnimationData.h:32
void setAnimationPath(std::string val)
Definition CinematicTemplateAnimationData.h:12
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86