Versions Compared

Key

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

- Declaration

static void DefineColorPropertyDefaultValue(FCavrnusSpaceConnection SpaceConnection, FString ContainerName, FString PropertyName, FLinearColor PropertyValue);

...

static void DefineTransformPropertyDefaultValue(FCavrnusSpaceConnection SpaceConnection, FString ContainerName, FString PropertyName, FTransform PropertyValue);

- Description

Defines what the application will show if a new prop value has not been assigned.

...

Once an update has been posted to the journal for this property value the default becomes irrelevant.

- Blueprint Sample

...

- Code Sample

Example case - color and height of a flag.

...