Description

Changing IsTickableInEditor to false does not prevent an object from ticking while in editor mode.

Steps to Reproduce
  1. Download attached project
  2. Right click on .uproject to generate visual studio files
  3. Open .uproject
    • Note warning spam in project ouput log
  4. Open project solution
  5. Open MyObject.cpp
  6. Change UMyObject::IsTickableInEditor() to return false
  7. Compile (hot reload)
  8. Use the Editor Compile button to

Result:
Output log continues to show spam messages

Expected:
Output spam stops since IsTickableInEditor is no longer true

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

3
Login to Vote

Fixed
ComponentUE - Foundation - Core
Affects Versions4.14.24.14.34.15
Target Fix4.17
Fix Commit3520083
Main Commit3555226
Release Commit3517571
CreatedJan 10, 2017
ResolvedJun 30, 2017
UpdatedApr 27, 2018