3#include <Core/World/Component.h>
4#include <Core/World/World.h>
5#include <FmodPlugin/FmodPluginDLL.h>
27 virtual void plFmodComponentIsAbstract() = 0;
Base class of all component types.
Definition Component.h:25
Base class for all Fmod components, such that they all have a common ancestor.
Definition FmodComponent.h:9
virtual void DeserializeComponent(plWorldReader &inout_stream) override
Override this to load the current state of the component from the given stream.
Definition FmodComponent.h:17
virtual void SerializeComponent(plWorldWriter &inout_stream) const override
Override this to save the current state of the component to the given stream.
Definition FmodComponent.h:16
Reads a world description from a stream. Allows to instantiate that world multiple times in different...
Definition WorldReader.h:47
Stores an entire plWorld in a stream.
Definition WorldWriter.h:13