|
Agrarsense
|
#include <Tagger.h>
Public Attributes | |
| AActor * | Actor = nullptr |
| UStaticMeshComponent * | StaticMeshComponent = nullptr |
| USkeletalMeshComponent * | SkeletalMeshComponent = nullptr |
| int32 | InstanceID = 0 |
| ELabels | Label = ELabels::None |
| AActor* FTaggedActorData::Actor = nullptr |
Definition at line 28 of file Tagger.h.
Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().
| int32 FTaggedActorData::InstanceID = 0 |
Definition at line 37 of file Tagger.h.
Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().
| ELabels FTaggedActorData::Label = ELabels::None |
Definition at line 40 of file Tagger.h.
Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().
| USkeletalMeshComponent* FTaggedActorData::SkeletalMeshComponent = nullptr |
Definition at line 34 of file Tagger.h.
Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().
| UStaticMeshComponent* FTaggedActorData::StaticMeshComponent = nullptr |
Definition at line 31 of file Tagger.h.
Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().