CARLA
Public Attributes | List of all members
FActorVariation Struct Reference

Definition of an actor variation. More...

#include <ActorAttribute.h>

+ Collaboration diagram for FActorVariation:

Public Attributes

bool bRestrictToRecommended = false
 
FString Id
 
TArray< FString > RecommendedValues
 
EActorAttributeType Type = EActorAttributeType::String
 

Detailed Description

Definition of an actor variation.

Variations represent attributes of the actor that the user can modify in order to generate variations of the same actor.

A list of recommended values is given. If bRestrictToRecommended is true, only recommended values are accepted as valid.

Definition at line 41 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Actor/ActorAttribute.h.

Member Data Documentation

◆ bRestrictToRecommended

bool FActorVariation::bRestrictToRecommended = false

◆ Id

FString FActorVariation::Id

◆ RecommendedValues

TArray<FString> FActorVariation::RecommendedValues

◆ Type


The documentation for this struct was generated from the following file: