VR-Engage  2.2
Loading...
Searching...
No Matches
sampleComponent.h File Reference
Include dependency graph for sampleComponent.h:

Go to the source code of this file.

Classes

class  DtPlayerStateAttributeSampleComponent
 

Variables

constexpr auto DtPlayerStateAttributeSampleComponentType = "DtPlayerStateAttributeSampleComponent"
 

Detailed Description

This header defines the DtPlayerStateAttributeSampleComponent which shows how to monitor player attribute store changes using the callback system. It demonstrates event-driven component design and proper callback lifecycle management patterns.

Variable Documentation

◆ DtPlayerStateAttributeSampleComponentType

auto DtPlayerStateAttributeSampleComponentType = "DtPlayerStateAttributeSampleComponent"
constexpr

Type identifier string for DtNotifyLogic component registration.

This string is used when registering the component with the component factory and must match the componentType value used in role configuration files.