Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomComponent
- UActorComponent::CheckForErrors()
- UPrimitiveComponent::CheckForErrors()
- UGroomComponent::CheckForErrors()
References
Module | HairStrandsCore |
Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomComponent.h |
Include | #include "GroomComponent.h" |
Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomComponent.cpp |
virtual void CheckForErrors&40;&41;
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.