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