![]() |
Ark Server API (ASA) - Wiki
|
#include <AutomationTest.h>
Public Member Functions | |
FFunctionLatentCommand (TFunction< bool()> InLatentPredicate) | |
virtual | ~FFunctionLatentCommand () |
virtual bool | Update () override |
![]() | |
virtual | ~IAutomationLatentCommand () |
![]() | |
TSharedRef< IAutomationLatentCommand, Mode > | AsShared () |
TSharedRef< IAutomationLatentCommand const, Mode > | AsShared () const |
TWeakPtr< IAutomationLatentCommand, Mode > | AsWeak () |
TWeakPtr< IAutomationLatentCommand const, Mode > | AsWeak () const |
FORCEINLINE void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, Mode > const *InSharedPtr, OtherType *InObject) const |
FORCEINLINE void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, Mode > const *InSharedRef, OtherType *InObject) const |
FORCEINLINE bool | DoesSharedInstanceExist () const |
Private Attributes | |
TFunction< bool()> | LatentPredicate |
Additional Inherited Members | |
![]() | |
IAutomationLatentCommand () | |
double | GetCurrentRunTime () const |
![]() | |
TSharedFromThis () | |
TSharedFromThis (TSharedFromThis const &) | |
FORCEINLINE TSharedFromThis & | operator= (TSharedFromThis const &) |
~TSharedFromThis () | |
![]() | |
static FORCEINLINE TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
static FORCEINLINE TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
![]() | |
double | StartTime |
Run some code latently with a predicate lambda. If the predicate returns false, the latent action will be called again next frame. If it returns true, the command will stop running.
Definition at line 3626 of file AutomationTest.h.
Definition at line 3629 of file AutomationTest.h.
|
inlinevirtual |
Definition at line 3634 of file AutomationTest.h.
Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)
Implements IAutomationLatentCommand.
Definition at line 3638 of file AutomationTest.h.
Definition at line 3644 of file AutomationTest.h.