FAdvancedPreviewScene::GetTickableTickType

Virtual that can be overloaded by the inheriting class.

Unreal Engine C++ API Reference > Editor > AdvancedPreviewScene > FAdvancedPreviewScene

References

   
Module AdvancedPreviewScene
Header /Engine/Source/Editor/AdvancedPreviewScene/Public/AdvancedPreviewScene.h
Include #include "AdvancedPreviewScene.h"
virtual ETickableTickType GetTickableTickType() const

Remarks

Virtual that can be overloaded by the inheriting class. It is used to determine whether an object will ever be able to tick, and if not, it will not get added to the tickable objects array. If the tickable tick type is Conditional then the virtual IsTickable will be called to determine whether to tick the object on each given frame true if object will ever want to be ticked, false otherwise.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library