Advertisement
Guest User

call stack perception issue

a guest
Apr 17th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. > UE4Editor-AIModule.dll!UAIPerceptionSystem::execRegisterPerceptionStimuliSource(FFrame & Stack, void * const Result) Line 17 C++
  2. UE4Editor-CoreUObject.dll!UFunction::Invoke(UObject * Obj, FFrame & Stack, void * const Result) Line 3713 C++
  3. UE4Editor-CoreUObject.dll!UObject::CallFunction(FFrame & Stack, void * const Result, UFunction * Function) Line 395 C++
  4. UE4Editor-CoreUObject.dll!UObject::ProcessContextOpcode(FFrame & Stack, void * const Result, bool bCanFailSilently) Line 1451 C++
  5. UE4Editor-CoreUObject.dll!UObject::execLetBool(FFrame & Stack, void * const Result) Line 1370 C++
  6. UE4Editor-CoreUObject.dll!UObject::ProcessInternal(FFrame & Stack, void * const Result) Line 602 C++
  7. UE4Editor-CoreUObject.dll!UObject::CallFunction(FFrame & Stack, void * const Result, UFunction * Function) Line 516 C++
  8. UE4Editor-CoreUObject.dll!UObject::ProcessInternal(FFrame & Stack, void * const Result) Line 602 C++
  9. UE4Editor-CoreUObject.dll!UFunction::Invoke(UObject * Obj, FFrame & Stack, void * const Result) Line 3713 C++
  10. UE4Editor-CoreUObject.dll!UObject::ProcessEvent(UFunction * Function, void * Parms) Line 924 C++
  11. UE4Editor-Engine.dll!AActor::ProcessEvent(UFunction * Function, void * Parameters) Line 529 C++
  12. UE4Editor-Engine.dll!AActor::PostActorConstruction() Line 2362 C++
  13. UE4Editor-Engine.dll!AActor::PostSpawnInitialize(const FVector & SpawnLocation, const FRotator & SpawnRotation, AActor * InOwner, APawn * InInstigator, bool bRemoteOwned, bool bNoFail, bool bDeferConstruction) Line 2318 C++
  14. UE4Editor-Engine.dll!UWorld::SpawnActor(UClass * Class, const FVector * Location, const FRotator * Rotation, const FActorSpawnParameters & SpawnParameters) Line 336 C++
  15. UE4Editor-CastleFight.dll!ABuildingUnitSpawner::SpawnUnit() Line 57 C++
  16. UE4Editor-Engine.dll!FTimerUnifiedDelegate::Execute() Line 38 C++
  17. UE4Editor-Engine.dll!FTimerManager::Tick(float DeltaTime) Line 515 C++
  18. UE4Editor-Engine.dll!UWorld::Tick(ELevelTick TickType, float DeltaSeconds) Line 1156 C++
  19. UE4Editor-UnrealEd.dll!UEditorEngine::Tick(float DeltaSeconds, bool bIdleMode) Line 1329 C++
  20. UE4Editor-UnrealEd.dll!UUnrealEdEngine::Tick(float DeltaSeconds, bool bIdleMode) Line 347 C++
  21. UE4Editor.exe!FEngineLoop::Tick() Line 2257 C++
  22. UE4Editor.exe!GuardedMain(const wchar_t * CmdLine, HINSTANCE__ * hInInstance, HINSTANCE__ * hPrevInstance, int nCmdShow) Line 142 C++
  23. UE4Editor.exe!WinMain(HINSTANCE__ * hInInstance, HINSTANCE__ * hPrevInstance, char * __formal, int nCmdShow) Line 191 C++
  24. UE4Editor.exe!__tmainCRTStartup() Line 618 C
  25. kernel32.dll!00007ffa3b211611() Unknown
  26. ntdll.dll!00007ffa3e5164ad() Unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement