Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Derived Classes (Specific Property Types):

  • UCavrnusLiveFloatPropertyUpdateUCavrnusLiveBoolPropertyUpdate: Handles live updates of float propertiesboolean properties (true/false values).

  • UCavrnusLiveStringPropertyUpdateUCavrnusLiveFloatPropertyUpdate: Handles live updates of string float properties.

  • UCavrnusLiveTransformPropertyUpdateUCavrnusLiveStringPropertyUpdate: Handles live updates of transform properties (position, rotation, scale)string properties.

  • UCavrnusLiveVectorPropertyUpdate: Handles live updates of vector properties (e.g., 3D positions).

  • UCavrnusLiveBoolPropertyUpdateUCavrnusLiveTransformPropertyUpdate: Handles live updates of boolean transform properties (true/false valuesposition, rotation, scale).

  • UCavrnusLiveColorPropertyUpdate: Handles live updates of color properties (e.g., RGB values).

...