Night Sky Engine
A fighting game framework made in Unreal Engine
Loading...
Searching...
No Matches
FLinkedActorContainer Struct Reference

#include <BattleObject.h>

Public Attributes

TObjectPtr< AActor > StoredActor
 
FGameplayTag Name
 
int32 Index
 
bool bIsActive
 

Detailed Description

Definition at line 550 of file BattleObject.h.

Member Data Documentation

◆ bIsActive

bool FLinkedActorContainer::bIsActive

Definition at line 559 of file BattleObject.h.

◆ Index

int32 FLinkedActorContainer::Index

Definition at line 557 of file BattleObject.h.

◆ Name

FGameplayTag FLinkedActorContainer::Name

Definition at line 556 of file BattleObject.h.

◆ StoredActor

TObjectPtr<AActor> FLinkedActorContainer::StoredActor

Definition at line 555 of file BattleObject.h.


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