|
| AActor * | GetObjectiveActor () const |
| |
| virtual void | Initialize (int32 NumberOfCheckPointsOverride, float PerPlayerCaptureRateOverride) override |
| |
| virtual void | ObjectiveStateUpdated (AProjectXSpawnerObjective *ObjectiveController, const FObjectiveStatus &State) override |
| |
| virtual void | SpawnActor () |
| |
| virtual void | Tick (float DeltaTime) override |
| |
| virtual void | TickCapture (float DeltaTime) |
| |
| virtual int32 | GetActorTeam (AActor *Target) const |
| |
| virtual int32 | GetTeam () const override |
| |
| virtual int32 | SetTeam (int32 NewTeam) override |
| |
| virtual float | GetRadarIconSize () const |
| |
| virtual TSoftObjectPtr< UTexture2D > | GetRadarIcon () const override |
| |
| virtual float | GetRadarIconOpacity () const override |
| |
| virtual const FText & | GetRadarLabel () const |
| |
| virtual void | SetRadarIconOpacity (float Opacity) override |
| |
| virtual bool | RegisterOnStart () const override |
| |
| virtual FStopTrackingActorSignature & | GetStopTrackingEvent () override |
| |
| int32 | GetSortOrder () const |
| |
| FText | GetPointName () const |
| |
| virtual void | SetLocked (bool bNewLocked) |
| |
| virtual bool | GetIsLocked () const |
| |
| const FCaptureInfo & | GetCaptureInfo () const |
| |
| FORCEINLINE float | GetCaptureRadius () const |
| |
| virtual void | Initialize (int32 NumberOfCheckPointsOverride=INDEX_NONE, float PerPlayerCaptureRateOverride=INDEX_NONE) |
| |
| virtual bool | CanSpawnPlayer (const AProjectXPlayerState *Instigator) const override |
| |
| virtual float | GetSpawnScoreForInstigator (const AActor *const QueryInstigator, FVector &TargetLocation, bool bUseDistanceToTargetLocation=false) const override |
| |
| virtual bool | GetSpawnLocation (AProjectXPlayerState *Instigator, FTransform &Transform) const override |
| |
| void | TriggerDelayedActivation () |
| |
| virtual AActor * | GetPlayerStart (class AController *Player) const |
| |
| virtual AActor * | GetTrackableInterfaceActor () override |
| |
| virtual void | MatchEnded () override |
| |
| virtual void | RegisterActorForScoring () |
| |
| virtual void | DeRegisterActorForScoring () |
| |
| virtual bool | CanSpawnPlayer (const AProjectXPlayerState *Instigator) const |
| |
| virtual bool | GetSpawnLocation (AProjectXPlayerState *Instigator, FTransform &Transform) const |
| |
| virtual float | GetSpawnScoreForInstigator (const AActor *const QueryInstigator, FVector &TargetLocation, bool bUseDistanceToTargetLocation=false) const |
| |
| virtual bool | GetCanSpawnOnCombatTarget () const |
| |
| virtual void | UpdateCanSpawnOnCombatTarget (bool bNewInCombatSpawnTarget) |
| |
| virtual bool | ShouldRegisterForScoringOnStart () const |
| |
| void | OnMatchStarted () |
| |
| virtual void | MatchStarted () |
| |
| void | OnMatchEnded () |
| |
| virtual void | MatchEnded () |
| |
| virtual int32 | GetTeam () const |
| |
| virtual int32 | SetTeam (int32 NewTeam) |
| |
| virtual void | BroadcastTrackableActor () |
| |
| virtual FStopTrackingActorSignature & | GetStopTrackingEvent () |
| |
| virtual TSoftObjectPtr< UTexture2D > | GetMapIcon () const |
| |
| virtual TSoftObjectPtr< UTexture2D > | GetRadarIcon () const |
| |
| virtual TSoftObjectPtr< UTexture2D > | GetHudIcon () const |
| |
| virtual AActor * | GetTrackableInterfaceActor () |
| |
| virtual float | GetRadarIconSize () const |
| |
| virtual float | GetRadarIconOpacity () const |
| |
| virtual float | GetRadarIconEnemyOpacity () const |
| |
| virtual bool | GetRadarIconCompensantesRotation () const |
| |
| virtual bool | GetAllyVisibilityResponse () |
| |
| virtual const FText & | GetRadarLabel () const |
| |
| virtual void | SetRadarIconOpacity (float Opacity) |
| |
| virtual bool | IsCloaked () const |
| |
| virtual bool | RegisterOnStart () const |
| |
| void | OnObjectiveStateUpdated (AProjectXSpawnerObjective *ObjectiveManager, const FObjectiveStatus &State) |
| |
| void | OnIntializeObjectiveOwnedObject (AProjectXSpawnerObjective *ObjectiveManager) |
| |
| virtual void | ObjectiveStateUpdated (AProjectXSpawnerObjective *ObjectiveController, const FObjectiveStatus &State) |
| |
| virtual void | IntializeObjectiveOwnedObject (AProjectXSpawnerObjective *ObjectiveController) |
| |
|
| void | OnActorSpawned (AActor *SpawnedInActor) |
| |
| void | OnRep_ObjectiveActor () |
| |
| virtual void | BeginPlay () override |
| |
| virtual void | CollectPlayerStartList () |
| |
| void | OnOverlap (UPrimitiveComponent *OverlappedComponent, AActor *OtherActor, UPrimitiveComponent *OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult &SweepResult) |
| |
| void | OnOverlapEnd (UPrimitiveComponent *OverlappedComponent, AActor *OtherActor, UPrimitiveComponent *OtherComp, int32 OtherBodyIndex) |
| |
| void | UpdateProcessedOccupants () |
| |
| void | CollectInitialOverlaps () |
| |
| void | OnVehiclePassengerChanged (AProjectXVehicle *Vehicle, UVehicleSeatComponent *Seat=NULL, AProjectXCharacter *PreviousPassenger=NULL) |
| |
| bool | DoesOccupantHaveAnInvalidAffliction (UAfflictionComponent *AfflictionComponent) |
| |
| void | OnRep_Locked () |
| |
| void | OnRep_TeamOwner () |
| |
| void | OnRep_CaptureInfo () |
| |
| void | OnPointOwnerChanged (int LastOwner) |
| |
| void | OnCaptureComplete () |
| |
| void | OnCapturePointLockChanged (bool bIsLock) |
| |
| void | ResetPoint () |
| |
| void | ChangeCaptureProgress (float Amount) |
| |
| int32 | GetTopCapturingTeam () const |
| |
| int32 | GetSecondCapturingTeam () const |
| |
| void | UpdateCheckPoint () |
| |
| void | SetCaptureInfo (int32 &NumberOfPlayers, int32 &Direction) |
| |
| void | AwardCapture (ECaptureType Type, int32 AwardingTeam) |
| |
| const TSubclassOf< UExperienceEvent > | GetExpEventOverride (EXPEventType Type) const |
| |