Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UActorComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include | #include "Components/ActorComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp |
void RegisterAllComponentTickFunctions
(
bool bRegister
)
Remarks
When called, will call the virtual call chain to register all of the tick functions Do not override this function or make it virtual
Parameters
| Name | Description |
|---|---|
| bRegister | true to register, false, to unregister |