|
Space Plunder
|
#include <Terminal.h>
Public Member Functions | |
| ATerminal () | |
| virtual void | ResetTerminal () |
| void | LockTerminal (const float LockoutTime) |
| void | UpdateCaller () const |
Public Member Functions inherited from AInteractableSwitch | |
| AInteractableSwitch () | |
| virtual void | ReceiveToggleSwitch (AActor *Caller, const bool bOn) override |
Public Member Functions inherited from AInteractableActor | |
| AInteractableActor () | |
| virtual void | ReceiveOnEndInteract (AActor *Caller) |
Public Member Functions inherited from AActorBase | |
| AActorBase () | |
| virtual bool | SaveGame () override |
| virtual bool | LoadGame () override |
| void | SetGravityEnabledEvent (const bool bValue) |
Protected Member Functions | |
| virtual void | BeginPlay () override |
| virtual void | ReceiveOnInteract (AActor *Caller, const EInteractionType InteractionType) override |
| virtual void | ReceiveStartFocus (AActor *Caller) override |
| virtual void | ReceiveEndFocus (AActor *Caller) override |
| virtual void | ReceiveOnOverlap (AActor *Caller) override |
| virtual void | ReceiveOnEndOverlap (AActor *Caller) override |
Protected Member Functions inherited from AInteractableActor | |
| virtual void | Tick (float DeltaTime) override |
| virtual void | SetMeshOutline (const bool bValue) |
Protected Member Functions inherited from AActorBase | |
| void | LogDebugError (const FString &Message) const |
| void | LogDebugError (const FString &Message, const int32 Value) const |
| void | LogDebugError (const FString &Message, const float Value) const |
| void | LogDebugWarning (const FString &Message) const |
| void | LogDebugWarning (const FString &Message, const int32 Value) const |
| void | LogDebugWarning (const FString &Message, const float Value) const |
| void | LogDebugMessage (const FString &Message, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const int32 Value, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const float Value, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const bool bValue, const bool bWarning, const bool bError) const |
| void | LogOnScreenMessage (const int32 Key, const FString &Message, FColor Color=FColor::Green) const |
| void | SetCategoryName (const FLogCategoryBase &Category) |
Protected Attributes | |
| UStaticMeshComponent * | MeshComponent |
| UBoxComponent * | BoxComponent |
| bool | bInUse = false |
| AActor * | CurrentCaller |
| UUserWidget * | HackingWidget = nullptr |
| bool | bHacked = false |
Protected Attributes inherited from AInteractableSwitch | |
| TArray< AActor * > | ActorsControlledBySwitch |
Protected Attributes inherited from AInteractableActor | |
| class UInteractableActorComponent * | InteractableActorComponent |
| class UAudioReactionComponent * | AudioReactionComponent |
| class UAIPerceptionStimuliSourceComponent * | PerceptionStimuliComponent |
Protected Attributes inherited from AActorBase | |
| FString | DisplayName = "Display Name" |
| bool | bDebuggingMode = false |
Private Member Functions | |
| void | SetHacked () |
| void | DelayedPress () |
Private Attributes | |
| TSubclassOf< UUserWidget > | HackingWidgetClass |
| IMiniGame * | MiniGame |
| FTimerHandle | LockedTimerHandle |
| FTimerHandle | RoundTimerHandle |
Additional Inherited Members | |
Public Attributes inherited from AInteractableSwitch | |
| bool | bSwitchOn = false |
| ATerminal::ATerminal | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from AInteractableSwitch.
|
private |
| void ATerminal::LockTerminal | ( | const float | LockoutTime | ) |
|
overrideprotectedvirtual |
Reimplemented from AInteractableActor.
|
overrideprotectedvirtual |
Reimplemented from AInteractableActor.
|
overrideprotectedvirtual |
Reimplemented from AInteractableSwitch.
|
overrideprotectedvirtual |
Reimplemented from AInteractableActor.
|
overrideprotectedvirtual |
Reimplemented from AInteractableActor.
|
virtual |
|
private |
| void ATerminal::UpdateCaller | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
private |
|
private |
|
protected |
|
private |
|
private |