CARLA
 
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
FActorVariation结构体 参考

Definition of an actor variation. 更多...

#include <ActorAttribute.h>

+ FActorVariation 的协作图:

Public 属性

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

详细描述

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.

在文件 Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Actor/ActorAttribute.h41 行定义.

类成员变量说明

◆ bRestrictToRecommended

bool FActorVariation::bRestrictToRecommended = false

◆ Id

FString FActorVariation::Id

◆ RecommendedValues

TArray<FString> FActorVariation::RecommendedValues

◆ Type


该结构体的文档由以下文件生成: