Modular Turret C++ Plugin
Version 3
Turret C++ Unreal engine 4 plugin
|
Public Member Functions | |
TArray< AActor * > | GetActorsObject () |
void | SetActorsObject (const TArray< class AActor * > &Actors) |
Private Attributes | |
TArray< class AActor * > | ActorsObject |
This Class Allows to store Tarray which can be used as a key in Blackboard
TArray<AActor*> UMortarActorsObject::GetActorsObject | ( | ) |
Returns the assigned Tarray of Actors
void UMortarActorsObject::SetActorsObject | ( | const TArray< class AActor * > & | Actors | ) |
Assign Tarray of Actors to the internal member
[in] | Actors | TArray of Actors which will be used later |
|
private |
Member Variable Containing Pointers to actors