Navigation
API > API/Plugins > API/Plugins/Paper2D > API/Plugins/Paper2D/PAPER2UPaperSpriteComponent
- UActorComponent::CheckForErrors()
- UPrimitiveComponent::CheckForErrors()
- PAPER2UPaperSpriteComponent::CheckForErrors()
References
Module | Paper2D |
Header | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteComponent.h |
Include | #include "PaperSpriteComponent.h" |
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.