Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UVCamComponent
- UActorComponent::CheckForErrors()
- UVCamComponent::CheckForErrors()
References
Module | VCamCore |
Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/VCamComponent.h |
Include | #include "VCamComponent.h" |
Source | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Private/VCamComponent.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.