How come Get Angular Damping is returning default values? (0)

This is my blueprint:

Here’s the full window to show the mesh has 5 set for angular damping:

Yet when I begin play, get angular damping returns 0? It’s almost like this getter is getting angular damping from somewhere else that isn’t the vehicle mesh?

When I try Get Linear Damping it returns .01 which is the default value even though 3 is set.

What’s going on?

This is my blueprint:

[ATTACH=CONFIG]127472

Here’s the full window to show the mesh has 5 set for angular damping:

[ATTACH=CONFIG]127471

Yet when I begin play, get angular damping returns 0? It’s almost like this getter is getting angular damping from somewhere else that isn’t the vehicle mesh?

When I try Get Linear Damping it returns .01 which is the default value even though 3 is set.

What’s going on?
[/QUOTE]

As first step try to print string these values in tick… what it return?

0, the default values. It seems like the values in the editor didn’t affect the mesh?