Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UActorComponent
- UActorComponent::CheckForErrors()
- UCameraComponent::CheckForErrors()
- UDecalComponent::CheckForErrors()
- UParticleSystemComponent::CheckForErrors()
- UPhysicsConstraintComponent::CheckForErrors()
- UPrimitiveComponent::CheckForErrors()
- UParticleSystemComponent::CheckForErrors()
- UStaticMeshComponent::CheckForErrors()
- URuntimeVirtualTextureComponent::CheckForErrors()
- USkyAtmosphereComponent::CheckForErrors()
- USkyLightComponent::CheckForErrors()
- UStaticMeshComponent::CheckForErrors()
- UVolumetricCloudComponent::CheckForErrors()
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 |
virtual void CheckForErrors()
Remarks
Function that gets called from within Map_Check to allow this actor component to check itself for any potential errors and register them with map check dialog.
Derived class implementations should call up to their parents.