Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine > UPhysicalAnimationComponent
- UActorComponent::InitializeComponent()
- UPhysicalAnimationComponent::InitializeComponent()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicalAnimationComponent.h |
Include | #include "PhysicsEngine/PhysicalAnimationComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicalAnimationComponent.cpp |
virtual void InitializeComponent&40;&41;
Remarks
Initializes the component. Occurs at level startup or actor spawn. This is before BeginPlay (Actor or Component). All Components in the level will be Initialized on load before any Actor/Component gets BeginPlay Requires component to be registered, and bWantsInitializeComponent to be true.