Agrarsense
Public Attributes | List of all members
FTaggedActorData Struct Reference

#include <Tagger.h>

Public Attributes

AActor * Actor = nullptr
 
UStaticMeshComponent * StaticMeshComponent = nullptr
 
USkeletalMeshComponent * SkeletalMeshComponent = nullptr
 
float InstanceID = 0.0f
 
ELabels Label = ELabels::None
 

Detailed Description

Definition at line 23 of file Tagger.h.

Member Data Documentation

◆ Actor

AActor* FTaggedActorData::Actor = nullptr

Definition at line 28 of file Tagger.h.

Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().

◆ InstanceID

float FTaggedActorData::InstanceID = 0.0f

Definition at line 37 of file Tagger.h.

Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().

◆ Label

ELabels FTaggedActorData::Label = ELabels::None

Definition at line 40 of file Tagger.h.

Referenced by ATagger::TagActor().

◆ SkeletalMeshComponent

USkeletalMeshComponent* FTaggedActorData::SkeletalMeshComponent = nullptr

Definition at line 34 of file Tagger.h.

Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().

◆ StaticMeshComponent

UStaticMeshComponent* FTaggedActorData::StaticMeshComponent = nullptr

Definition at line 31 of file Tagger.h.

Referenced by ATagger::TagActor(), and ATagger::WriteComponentToCSV().


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