|
TArray< AActor * > | SentTemporariesField () |
|
FVector & | LastDormancyLocCheckField () |
|
float & | PlayerControllerTimerField () |
|
long double & | SpatialFrameField () |
|
long double & | NextSpatialFrameCheckTimeField () |
|
AActor * | ViewerField () |
|
AActor * | OwningActorField () |
|
int & | MaxPacketField () |
|
bool & | bDeterminedIfRequiresHandShakeField () |
|
bool & | bRequiresHandShakeField () |
|
bool & | bDoneHandshakingField () |
|
bool & | bNeedsByteSwappingField () |
|
TSharedPtr< FUniqueNetId, 0 > & | PlayerIdField () |
|
int & | ProtocolVersionField () |
|
int & | PacketOverheadField () |
|
FString & | ChallengeField () |
|
FString & | ClientResponseField () |
|
int & | ResponseIdField () |
|
int & | NegotiatedVerField () |
|
FString & | RequestURLField () |
|
char & | ExpectedClientLoginMsgTypeField () |
|
FString & | CDKeyHashField () |
|
FString & | CDKeyResponseField () |
|
long double & | LastReceiveTimeField () |
|
long double & | LastSendTimeField () |
|
long double & | LastTickTimeField () |
|
int & | QueuedBytesField () |
|
int & | TickCountField () |
|
float & | LastRecvAckTimeField () |
|
float & | ConnectTimeField () |
|
bool & | AllowMergeField () |
|
bool & | TimeSensitiveField () |
|
long double & | StatUpdateTimeField () |
|
float & | StatPeriodField () |
|
float & | BestLagField () |
|
float & | AvgLagField () |
|
float & | LagAccField () |
|
float & | BestLagAccField () |
|
int & | LagCountField () |
|
long double & | LastTimeField () |
|
long double & | FrameTimeField () |
|
long double & | CumulativeTimeField () |
|
long double & | AverageFrameTimeField () |
|
int & | CountedFramesField () |
|
int & | InBytesField () |
|
int & | OutBytesField () |
|
int & | InPacketsLostField () |
|
int & | OutPacketsLostField () |
|
FieldArray< long double, 256 > | OutLagTimeField () |
|
FieldArray< int, 256 > | OutLagPacketIdField () |
|
int & | InPacketIdField () |
|
int & | OutPacketIdField () |
|
int & | OutAckPacketIdField () |
|
int & | PartialPacketIdField () |
|
int & | LastPartialPacketIdField () |
|
FieldArray< unsigned int, 1024 > | PingAckDataCacheField () |
|
float & | LastPingAckField () |
|
int & | LastPingAckPacketIdField () |
|
FieldArray< int, 10240 > | OutReliableField () |
|
FieldArray< int, 10240 > | InReliableField () |
|
FieldArray< int, 10240 > | PendingOutRecField () |
|
TArray< int > & | QueuedAcksField () |
|
TArray< int > & | ResendAcksField () |
|
long double & | LogCallLastTimeField () |
|
int & | LogCallCountField () |
|
int & | LogSustainedCountField () |
|
TSet< AActor const *, DefaultKeyFuncs< AActor const *, 0 >, FDefaultSetAllocator > | DormantActorsField () |
|
TSet< AActor const *, DefaultKeyFuncs< AActor const *, 0 >, FDefaultSetAllocator > | PendingDormantActorsField () |
|
TSet< AActor const *, DefaultKeyFuncs< AActor const *, 0 >, FDefaultSetAllocator > | DormantActorsNoParentField () |
|
TSet< AActor const *, DefaultKeyFuncs< AActor const *, 0 >, FDefaultSetAllocator > | PendingDormantActorsNoParentField () |
|
float & | DormancyRateField () |
|
TSet< AActor *, DefaultKeyFuncs< AActor *, 0 >, FDefaultSetAllocator > | PendingProcessingDormantActor_FarField () |
|
TSet< AActor *, DefaultKeyFuncs< AActor *, 0 >, FDefaultSetAllocator > | PendingProcessingDormantActor_NearField () |
|
unsigned int & | PerPacketTinyTokenToSendField () |
|
unsigned int & | PerPacketTinyTokenToRecieveField () |
|
FString & | ClientGivenIPField () |
|
bool & | bSetupFailMessageField () |
|
bool & | bSharedConnectionField () |
|
TSet< AActor const *, DefaultKeyFuncs< AActor const *, 0 >, FDefaultSetAllocator > | RecentlyDormantActorsField () |
|
TSet< FNetworkGUID, DefaultKeyFuncs< FNetworkGUID, 0 >, FDefaultSetAllocator > & | DestroyedStartupOrDormantActorsField () |
|
FName & | ClientWorldPackageNameField () |
|
TArray< FName > & | ClientVisibleLevelNamesField () |
|
TArray< AActor * > | OwnedConsiderListField () |
|
BitFieldValue< bool, unsigned __int32 > | InternalAck () |
|
BitFieldValue< bool, unsigned __int32 > | bWelcomed () |
|
BitFieldValue< bool, unsigned __int32 > | bFirstActorSent () |
|
BitFieldValue< bool, unsigned __int32 > | bDisableFlushNetUntilActuallyReady () |
|
BitFieldValue< bool, unsigned __int32 > | bPendingDestroy () |
|
int | BattlEye_GetAddrAsInt () |
|
UActorChannel * | ActorChannelsFindRef (AActor *InActor, bool bUseWeak) |
|
void | CheckFirstActor () |
|
void | CleanUp () |
|
void | CleanupDormantActorState () |
|
bool | ClientHasInitializedLevelFor (UObject *TestObject) |
|
void | Close () |
|
void | FinishDestroy () |
|
void | FlushDormancyForObject (UObject *Object) |
|
void | FlushNet (bool bIgnoreSimulation) |
|
FString * | GetAddrAsString (FString *result) |
|
void | HandleClientPlayer (APlayerController *PC, UNetConnection *NetConnection) |
|
void | InitSendBuffer () |
|
bool | IsClientMsgTypeValid (const char ClientMsgType) |
|
int | IsNetReady (bool Saturate) |
|
FString * | LowLevelDescribe (FString *result) |
|
FString * | LowLevelGetRemoteAddress (FString *result, bool bAppendPort) |
|
void | LowLevelSend (void *Data, int Count) |
|
void | PurgeAcks () |
|
void | ReceivedNak (int NakPacketId) |
|
void | ReceivedNak_Range (int NakPacketStart, int NakPacketEnd) |
|
void | ReceivedRawPacket (void *InData, int Count) |
|
void | ResetGameWorldState () |
|
void | SendAck (int AckPacketId, bool FirstTime, bool bHavePingAckData, unsigned int PingAckData) |
|
void | SendPackageMap () |
|
void | SetExpectedClientLoginMsgType (const char NewType) |
|
bool | ShouldReplicateVoicePacketFrom (FUniqueNetId *Sender, char ShouldUseSuperRange, char *playbackFlags) |
|
void | Tick () |
|
void | ValidateSendBuffer () |
|
int | WriteBitsToSendBuffer (const char *Bits, const int SizeInBits, const char *ExtraBits, const int ExtraSizeInBits) |
|
FString & | ClientGivenIPField () |
|
uint64 | BattlEye_GetAddrAsInt () |
|
APlayerController * | PlayerControllerField () |
|
int & | CurrentNetSpeedField () |
|
int & | ConfiguredInternetSpeedField () |
|
int & | ConfiguredLanSpeedField () |
|
unsigned __int64 & | TransferringPlayerDataIdField () |
|
void | SwitchController (APlayerController *PC) |
|
APlayerController * | PlayerControllerField () |
|
int & | CurrentNetSpeedField () |
|
int & | ConfiguredInternetSpeedField () |
|
int & | ConfiguredLanSpeedField () |
|
unsigned __int64 & | TransferringPlayerDataIdField () |
|
void | SwitchController (APlayerController *PC) |
|
void | ExecuteUbergraph (int EntryPoint) |
|
bool | AreAllOuterObjectsValid () |
|
FName * | GetExporterName (FName *result) |
|
FString * | GetDetailedInfoInternal (FString *result) |
|
UObject * | GetArchetype () |
|
bool | IsBasedOnArchetype (UObject *const SomeObject) |
|
bool | IsInBlueprint () |
|
bool | Rename (const wchar_t *InName, UObject *NewOuter, unsigned int Flags) |
|
void | LoadLocalized (UObject *LocBase, bool bLoadHierachecally) |
|
void | LocalizeProperty (UObject *LocBase, TArray< FString > *PropertyTagChain, UProperty *const BaseProperty, UProperty *const Property, void *const ValueAddress) |
|
void | BeginDestroy () |
|
void | FinishDestroy () |
|
FString * | GetDetailedInfo (FString *result) |
|
bool | ConditionalBeginDestroy () |
|
bool | ConditionalFinishDestroy () |
|
void | ConditionalPostLoad () |
|
bool | Modify (bool bAlwaysMarkDirty) |
|
bool | IsSelected () |
|
void | CollectDefaultSubobjects (TArray< UObject * > *OutSubobjectArray, bool bIncludeNestedSubobjects) |
|
bool | CheckDefaultSubobjectsInternal () |
|
bool | IsAsset () |
|
bool | IsSafeForRootSet () |
|
void | LoadConfig (UClass *ConfigClass, const wchar_t *InFilename, unsigned int PropagationFlags, UProperty *PropertyToLoad) |
|
void | ConditionalShutdownAfterError () |
|
bool | IsNameStableForNetworking () |
|
bool | IsFullNameStableForNetworking () |
|
bool | IsSupportedForNetworking () |
|
UFunction * | FindFunctionChecked (FName InName) |
|
void | ProcessEvent (UFunction *Function, void *Parms) |
|
| __declspec (dllexport) UProperty *FindProperty(FName name) |
|
int | GetLinkerUE4Version () |
|
int | GetLinkerLicenseeUE4Version () |
|
FString * | GetPathName (FString *result, UObject *StopOuter) |
|
void | GetPathName (UObject *StopOuter, FString *ResultString) |
|
FString * | GetFullName (FString *result, UObject *StopOuter) |
|
void | MarkPackageDirty () |
|
bool | IsIn (UObject *SomeOuter) |
|
bool | IsA (UClass *SomeBase) |
|
void * | GetInterfaceAddress (UClass *InterfaceClass) |
|
bool | IsDefaultSubobject () |
|
int | GetLinkerIndex () |
|
EObjectFlags & | ObjectFlagsField () |
|
int & | InternalIndexField () |
|
UClass * | ClassField () |
|
FName & | NameField () |
|
UObject * | OuterField () |
|
void | DeferredRegister (UClass *UClassStaticClass, const wchar_t *PackageName, const wchar_t *InName) |
|
bool | IsValidLowLevel () |
|
bool | IsValidLowLevelFast (bool bRecursive) |
|
void | Register (const wchar_t *PackageName, const wchar_t *InName) |
|
Definition at line 45 of file Actor.h.