PAPER2UPaperGroupedSpriteComponent::CheckForErrors

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.

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::CheckForErrors()

UPrimitiveComponent::CheckForErrors()

PAPER2UPaperGroupedSpriteComponent::CheckForErrors()

References

Module

Paper2D

Header

/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteComponent.h

Include

#include "PaperGroupedSpriteComponent.h"

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss