Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UE4SS-RE/RE-UE4SS
/ create_error_object
Method
create_error_object
deps/first/MProgram/include/MProgram.hpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
private:
50
auto create_error_object() -> void
51
{
52
m_error_object = std::make_shared<ErrorObject>(m_binary_options[CloseOnError]);
53
}
54
};
55
} // namespace RC
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected