class CStateMachineComponentUpdater : public CAnimComponentUpdater
{
public:
CAnimStateMachineUpdater m_ stateMachine;
};KV3 Class Defaults
{
_ class = "CStateMachineComponentUpdater"
m_ name = "State Machine"
m_ id =
{
m_ id = 4294967295
}
m_ networkMode = "ServerAuthoritative"
m_ bStartEnabled = false
m_ stateMachine =
{
_ class = "CAnimStateMachineUpdater"
m_ states = [ ]
m_ transitions = [ ]
m_ startStateIndex = -1
}
}